Groups: On log fetch error from current revision, use joined_at_version
This commit is contained in:
parent
78a95c23bb
commit
a435b21a56
7 changed files with 92 additions and 32 deletions
|
@ -264,9 +264,9 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
throttledBumpTyping?: () => void;
|
||||
|
||||
throttledFetchSMSOnlyUUID?: () => Promise<void> | undefined;
|
||||
throttledFetchSMSOnlyUUID?: () => Promise<void>;
|
||||
|
||||
throttledMaybeMigrateV1Group?: () => Promise<void> | undefined;
|
||||
throttledMaybeMigrateV1Group?: () => Promise<void>;
|
||||
|
||||
throttledGetProfiles?: () => Promise<void>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue