Kaynağa Gözat

Add potential toast to alert TODOs

Lennart Grahl 6 yıl önce
ebeveyn
işleme
a4122de495
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/partials/messenger.ts

+ 2 - 0
src/partials/messenger.ts

@@ -609,6 +609,7 @@ class ConversationController {
                                 })
                                 .catch((error) => {
                                     this.$log.error(error);
+                                    // TODO: Should probably be an alert instead of a toast
                                     this.showError(error);
                                     success = false;
                                     nextCallback(index);
@@ -632,6 +633,7 @@ class ConversationController {
                             })
                             .catch((error) => {
                                 this.$log.error(error);
+                                // TODO: Should probably be an alert instead of a toast
                                 this.showError(error);
                                 success = false;
                                 nextCallback(index);