feat(plugins): add display name change event to Channel (#6594)

Reviewed-by: Mm2PL <mm2pl+gh@kotmisia.pl>
This commit is contained in:
Nerixyz
2026-01-29 18:25:39 +01:00
committed by GitHub
parent 60ecf1a8d7
commit a869cd4bd1
19 changed files with 610 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@
- Minor: Added Markdown support to user notes. (#6490)
- Minor: Moderators and VIPs in shared chats now show their channel badges. (#6653)
- Minor: Added message read/update methods to the `Channel` plugin API. (#6650)
- Minor: Added a display name change event to `Channel` for plugins. (#6594)
- Minor: Added action to reset `/watching`. (#6759)
- Minor: Removed messaging about running flatpak. This is already apparent in the newer Flatpak runtimes. (#6768)
- Minor: Add `/(un)monitor` and `/(un)restrict` commands for moderators. (#6750)