quick dial and creating conversations

This commit is contained in:
talksik
2022-06-11 12:25:41 -05:00
parent 4527d110d7
commit 298a989cd9
6 changed files with 111 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export type ConversationMap = {
// allows client side to have this pushed up in the list and can uncheck it once user is done with this
// if action is take, normal ordering should take place with database upserts
temporaryInboxTop?: boolean;
temporaryOverrideSort?: boolean;
};
};