Added package.json and various minor changes

This commit is contained in:
MathMan05
2024-06-07 09:07:21 -05:00
parent 3b55b28260
commit fb34201101
5 changed files with 22 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class channel{
readStateInfo(json){
this.lastreadmessageid=json.last_message_id;
this.mentions=json.mention_count;
this.mentions??=0;
this.lastpin=json.last_pin_timestamp;
}
get hasunreads(){