فهرست منبع

Reload conversation after reconnect

Danilo Bargen 6 سال پیش
والد
کامیت
877de6daf0
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/services/webclient.ts

+ 6 - 0
src/services/webclient.ts

@@ -895,6 +895,12 @@ export class WebClientService {
                 this.startupPromise = null;
                 this.startupDone = true;
                 this._resetInitializationSteps();
+
+                // Hack for #712
+                // TODO: Remove once we have the ack protocol for Android too
+                if (this.$state.includes('messenger')) {
+                    this.$state.reload();
+                }
             });
         }