chore: rebase broadcast notifications

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-03-14 13:54:16 +02:00
parent 6c1547a4fb
commit d3e45b429c
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export type SignalsServiceOptions = {
/** @public */
export type SignalPayload<TMessage extends JsonObject = JsonObject> = {
recipients:
| { type: 'user'; entityRefs: string | string[] }
| { type: 'user'; entityRef: string | string[] }
| { type: 'broadcast' };
channel: string;
message: TMessage;