Groups: On log fetch error from current revision, use joined_at_version

This commit is contained in:
Scott Nonnenberg 2024-08-22 07:31:55 +10:00 committed by GitHub
parent 78a95c23bb
commit a435b21a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 92 additions and 32 deletions

View file

@ -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>;