Compare commits

..
Author SHA1 Message Date
Shivam Mishra 37700eed5e feat: update pnpm 2025-02-04 09:20:34 +05:30
2 changed files with 1 additions and 7 deletions
@@ -29,7 +29,6 @@ class ActionCableConnector extends BaseActionCableConnector {
'notification.updated': this.onNotificationUpdated,
'conversation.read': this.onConversationRead,
'conversation.updated': this.onConversationUpdated,
'team.changed': this.onTeamChanged,
'account.cache_invalidated': this.onCacheInvalidate,
};
}
@@ -115,11 +114,6 @@ class ActionCableConnector extends BaseActionCableConnector {
this.fetchConversationStats();
};
onTeamChanged = data => {
this.app.$store.dispatch('updateConversation', data);
this.fetchConversationStats();
};
onTypingOn = ({ conversation, user }) => {
const conversationId = conversation.id;
+1 -1
View File
@@ -140,7 +140,7 @@
},
"engines": {
"node": "20.x",
"pnpm": "9.x"
"pnpm": "9.12.x"
},
"husky": {
"hooks": {