Skip to content

Commit

Permalink
Fixed refreshing subscribers in Total.js Message Service.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed May 3, 2024
1 parent 87fe10f commit 9dbd6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- fixed `CLEANUP()` method
- improved bookmarks in `Markdown`
- fixed `unit testing`
- fixed refreshing subscribers in Total.js Message Service

========================
0.0.95
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5692,6 +5692,7 @@ function tmscontroller() {

delete TMSBLOCKED[client.ip];
client.tmsready = true;
client.$subscribers = {};
tmsrefresh(client);
});

Expand Down

0 comments on commit 9dbd6a4

Please sign in to comment.