Restore presence messages for non-join, non-leave
This commit is contained in:
parent
4cbc919793
commit
dc9260c8e6
|
@ -927,7 +927,8 @@ const app = Vue.createApp({
|
||||||
}
|
}
|
||||||
|
|
||||||
// Push it to the history of all public channels (depending on user preference).
|
// Push it to the history of all public channels (depending on user preference).
|
||||||
if ((isJoin && this.prefs.joinMessages) || (isLeave && this.prefs.exitMessages)) {
|
if ((isJoin && this.prefs.joinMessages) || (isLeave && this.prefs.exitMessages)
|
||||||
|
|| (!isJoin && !isLeave)) {
|
||||||
for (let channel of this.config.channels) {
|
for (let channel of this.config.channels) {
|
||||||
this.pushHistory({
|
this.pushHistory({
|
||||||
channel: channel.ID,
|
channel: channel.ID,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user