mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08: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.