ソースを参照

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();
+                }
             });
         }