fix(plugins): check websocket callbacks before calling (#6314)

This commit is contained in:
nerix
2025-07-05 12:27:08 +02:00
committed by GitHub
parent 70bdeb79c3
commit c10172fee8
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
- Minor: Add an option for the reduced opacity of message history. (#6121)
- Minor: Make paused chat indicator more visible, and fix its zoom behavior. (#6123)
- Minor: Added interactive REPL for plugins. (#6120)
- Minor: Added WebSocket API for plugins. (#6076, #6186)
- Minor: Added WebSocket API for plugins. (#6076, #6186, #6314)
- Minor: Allow for themes to set transparent values for window background on Linux. (#6137)
- Minor: Popup overlay now only draws an outline when being interacted with. (#6140)
- Minor: Made filters searchable in the Settings dialog search bar. (#5890)