feat(P5C.T2): per-conv 'mentions only' toggle + notification gate
This commit is contained in:
@@ -57,6 +57,7 @@ export type Database = {
|
||||
accepted: boolean
|
||||
conversation_id: string
|
||||
joined_at: string
|
||||
mentions_only: boolean
|
||||
role: Database["public"]["Enums"]["member_role"]
|
||||
user_id: string
|
||||
}
|
||||
@@ -64,6 +65,7 @@ export type Database = {
|
||||
accepted?: boolean
|
||||
conversation_id: string
|
||||
joined_at?: string
|
||||
mentions_only?: boolean
|
||||
role?: Database["public"]["Enums"]["member_role"]
|
||||
user_id: string
|
||||
}
|
||||
@@ -71,6 +73,7 @@ export type Database = {
|
||||
accepted?: boolean
|
||||
conversation_id?: string
|
||||
joined_at?: string
|
||||
mentions_only?: boolean
|
||||
role?: Database["public"]["Enums"]["member_role"]
|
||||
user_id?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user