refactor: better variable names
This commit is contained in:
@@ -503,8 +503,8 @@ export default {
|
||||
},
|
||||
handleReplyTo() {
|
||||
this.$store.dispatch('draftMessages/setInReplyTo', {
|
||||
key: this.data.conversation_id,
|
||||
inReplyTo: this.data.id,
|
||||
conversationId: this.data.conversation_id,
|
||||
inReplyToMessage: this.data.id,
|
||||
});
|
||||
},
|
||||
setupHighlightTimer() {
|
||||
|
||||
Reference in New Issue
Block a user