Skip to content

Commit

Permalink
deploy: f46b60b
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed May 10, 2024
1 parent 6acc5a6 commit a8f1b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions quickreply/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
plugin: { store: store2 },
flux: {
dispatcher,
stores: { ChannelStore, SelectedChannelStore, MessageStore }
stores: { UserStore, ChannelStore, SelectedChannelStore, MessageStore }
}
} = shelter;
var { getChannel } = ChannelStore;
Expand Down Expand Up @@ -116,7 +116,7 @@
type: "CREATE_PENDING_REPLY",
channel,
message,
shouldMention: shouldMention && !store2.noPing,
shouldMention: shouldMention && !store2.noPing && message.author.id !== UserStore.getCurrentUser().id,
showMentionToggle
});
setTimeout(scrollToReplyingMsg, 100);
Expand Down
2 changes: 1 addition & 1 deletion quickreply/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"8f17982a904954aba022c87bd7ac0948"}
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"83a4d2ee7aa791763b32b9b8293ad0bb"}

0 comments on commit a8f1b53

Please sign in to comment.