Bugfix user to author
This commit is contained in:
parent
10f8d8ccda
commit
057a29a4f4
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class channel{
|
|||
messageCreate(messagep,focus){
|
||||
const messagez=new cmessage(messagep.d);
|
||||
this.lastmessageid=messagez.id;
|
||||
if(messagez.user===thisuser.user){
|
||||
if(messagez.author===thisuser.user){
|
||||
this.lastreadmessageid=messagez.id;
|
||||
if(this.myhtml){
|
||||
this.myhtml.classList.remove("cunread");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue