Skip to content

Commit

Permalink
fix(group): remove duplicated dispatch to storeInMessage action
Browse files Browse the repository at this point in the history
  • Loading branch information
maljuburi authored and stavares843 committed Jun 22, 2022
1 parent 11aba2a commit 237b9a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions store/textile/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,6 @@ export default {
sender: MessageRouteEnum.OUTBOUND,
message: result,
})

dispatch('storeInMessage', { address: groupId, message })
} catch (e) {
Vue.prototype.$Logger.log('textile/sendGroupMessage: error', e)
} finally {
Expand Down

0 comments on commit 237b9a5

Please sign in to comment.