Compare commits

...
Author SHA1 Message Date
Muhsin Keloth f2171ffa76 fix: Retry message 2023-10-19 16:47:18 +05:30
@@ -492,7 +492,10 @@ export default {
this.showContextMenu = !this.showContextMenu;
},
async retrySendMessage() {
await this.$store.dispatch('sendMessageWithData', this.data);
await this.$store.dispatch('sendMessageWithData', {
conversationId: this.data.conversation_id,
...this.data,
});
},
onImageLoadError() {
this.hasImageError = true;