mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 10:13:01 +08:00
f7ea6e8fd3
The withProperties subquery hydrating /bases/info was missing a `deleted_at IS NULL` filter, so after a delete the socket-echo invalidation refetched and the just-deleted column rehydrated on the originating client and never dropped on others.