Send sync message when unpinning.

This commit is contained in:
Michelle Tang
2025-12-09 17:10:08 -05:00
parent 413bdb7b38
commit 673cff8eed
3 changed files with 18 additions and 2 deletions

View File

@@ -230,6 +230,7 @@ public class ApplicationContext extends Application implements AppForegroundObse
.addPostRender(() -> ActiveCallManager.clearNotifications(this))
.addPostRender(RestoreOptimizedMediaJob::enqueueIfNecessary)
.addPostRender(RetryPendingSendsJob::enqueueForAll)
.addPostRender(() -> AppDependencies.getPinnedMessageManager().scheduleIfNecessary())
.execute();
Log.d(TAG, "onCreate() took " + (System.currentTimeMillis() - startTime) + " ms");