diff --git a/README.md b/README.md index 8fc15b2..cd680c8 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ Guild with more info and updates: https://dev.app.spacebar.chat/invite/WOVGtp Please report bugs either here or in the guild provided, thank you. + +I'm new to git/github, so please be patient with me, it's my first time. if there's anything about this repo that's incorrect, please add an issue telling me what it is, or make a merge fixing it diff --git a/webpage/localuser.js b/webpage/localuser.js index b7e5703..67098a6 100644 --- a/webpage/localuser.js +++ b/webpage/localuser.js @@ -24,7 +24,7 @@ class localuser{ } for(const thing of ready.d.read_state.entries){ console.log(thing) - const guildid=this.resolveGuildidFromChannelID(thing.id).id;//currently needed due to broken server code, remove once id is the guild id + const guildid=this.resolveGuildidFromChannelID(thing.id).id; this.guildids[guildid].channelids[thing.channel_id].readStateInfo(thing); } this.typing=[];