🐛(frontend) fix broadcast store sync

When going from one subdoc to another by example,
the broadcast store could have difficulty to resync.
This commit ensures that the broadcast store
cleans up and resets its state when rerendering.
It will stop as well triggering the action for
the current user avoiding potential unecessary
requests.
This commit is contained in:
Anthony LC
2026-01-30 10:20:43 +01:00
parent 709076067b
commit 44b38347c4
4 changed files with 100 additions and 24 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to
## [Unreleased]
### Fixed
🐛(frontend) fix broadcast store sync #1846
## [v4.5.0] - 2026-01-28
### Added