mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
ef62e626c8
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.