chore: made note about the hasOutdatedClient prop

we will remove it when we remove the legacy code
pull/2971/head
William Grant 2 years ago
parent 8d36442dbf
commit f43dc13403

@ -110,6 +110,8 @@ export interface ConversationAttributes {
expirationMode: DisappearingMessageConversationModeType;
/** to avoid applying a change of disappear change when our current one was applied more recently */
lastDisappearingMessageChangeTimestamp: number;
// TODO legacy messages support will be removed in a future release
// TODO we need to make a migration to remove this value from the db since the implementation is hacky
/** to warn the user that the person he is talking to is using an old client which might cause issues */
hasOutdatedClient?: string;
}

Loading…
Cancel
Save