Don't ring large groups

This commit is contained in:
Evan Hahn 2021-09-02 17:34:38 -05:00 committed by GitHub
parent 1f45bce0a2
commit 3e18a8a337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 144 additions and 44 deletions

View file

@ -443,7 +443,7 @@ type ConversationAddedActionType = {
data: ConversationType;
};
};
type ConversationChangedActionType = {
export type ConversationChangedActionType = {
type: 'CONVERSATION_CHANGED';
payload: {
id: string;