diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-17 22:14:51 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-03-17 22:19:24 +0900 |
| commit | a9ecc3170b3a647773775ffb19bf73e518fcb5d6 (patch) | |
| tree | 2bc45bc6798c395f373b03807dc1fae0a1b901ba /CHANGELOG.md | |
| parent | 2bc07010e32a2c1313d44d7d313d2317531971ff (diff) | |
| download | LunaticChat-a9ecc3170b3a647773775ffb19bf73e518fcb5d6.tar.gz LunaticChat-a9ecc3170b3a647773775ffb19bf73e518fcb5d6.tar.bz2 LunaticChat-a9ecc3170b3a647773775ffb19bf73e518fcb5d6.zip | |
fix: delay channel login notification to avoid being buried by other join messages
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe764ea..ec0507c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ #### Feature Improvements - Optimization of internal logic. -- We have improved the notification message that appears when you login to the server while in a channel. +- We have improved the notification message that appears when you log in to the server while in a channel. +- Added a delay to prevent other plugins from interfering with login notifications. ### v0.10.1 |
