Fix a few pinned chat sync issues

This commit is contained in:
Chris Svenningsen 2020-10-10 07:25:17 -07:00 committed by Josh Perez
parent e8664213d3
commit fdc3476106
8 changed files with 205 additions and 20 deletions

1
ts/model-types.d.ts vendored
View file

@ -153,7 +153,6 @@ export type ConversationAttributesType = {
messageCountBeforeMessageRequests: number;
messageRequestResponseType: number;
muteExpiresAt: number;
pinIndex?: number;
profileAvatar: WhatIsThis;
profileKeyCredential: string | null;
profileKeyVersion: string | null;