chore: remove testing timeout
This commit is contained in:
@@ -323,9 +323,7 @@ export default {
|
||||
mounted() {
|
||||
this.addScrollListener();
|
||||
this.fetchAllAttachmentsFromCurrentChat();
|
||||
setTimeout(() => {
|
||||
this.fetchSuggestions();
|
||||
}, 2000);
|
||||
this.fetchSuggestions();
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user