mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 03:21:20 +00:00
fixed mistake: messages wouldnt appear
This commit is contained in:
parent
da33d1d695
commit
e93fb88405
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const actions = {
|
|||
//check if bottom messages unloaded.
|
||||
const channelID = data.message.channelID;
|
||||
const unloadedList = context.state.bottomUnloaded[channelID];
|
||||
if (unloadedList === undefined || unloadedList === true) return
|
||||
if (unloadedList) return
|
||||
|
||||
// if the message is sent by this client, add additional information.
|
||||
if (data.sender) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue