Update types.ts

This commit is contained in:
talksik
2022-06-11 11:11:13 -05:00
parent 9504846172
commit 609059b78d
+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;
temporaryInboxTop?: boolean;
};
};