mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
Currently the `targets` column in `inbox_notifications` doesn't get filled. This PR fixes that. Rather than give targets special treatment, we should put it in the payload like everything else. This correctly propagates notification targets to the inbox table without much code change.