Alexander Onnikov
Alexander Onnikov
Root cause: the problem is with orders of extensions, the table extension is registered after list extensions. Shortcuts work in reverse order, so table handles key event first. We need...
I think we should not add statuses everywhere. In activity they produce too much of visual noise when repeated in every avatar.
[Kristina Fefelova](https://front.hc.engineering/browse/?workspace=platform&_class=contact%3Aclass%3APerson&_id=63204fc031b9728f9e6b2e1a&label=Kristina%20Fefelova) yes, I mean inbox. Statuses make sense in places where we expect some immediate communication. When we select an assignee, for example, it is not needed.
You can try if you are able to reproduce the issue, but I'm afraid, it can be a bit difficult. We have several issue marked with `good first issue` label,...
The issue has nothing todo with any component. Visibility of objects in the platform is controlled by space security at query level. Security middleware is located here: https://github.com/hcengineering/platform/blob/main/server/middleware/src/spaceSecurity.ts
[Denis Bykhov](https://front.hc.engineering/browse/?workspace=platform&_class=contact%3Aclass%3APerson&_id=629d983ba125a3831a3424ff&label=Denis%20Bykhov) does guest user changes fix this problem?
Либо перенести, либо зарезервировать место. Хотя в слаке тоже по-разному сделано. И для групповых чатов может не получиться сделать, поскольку там несколько аватаров.
Hey @mortenson I think there is an easier way to do this, you can just use [y-indexeddb](https://github.com/yjs/y-indexeddb) provider that keeps the document in memory. When HocusPocus provider connects, the changes...
The same issue for me, as a dirty workaround I disconnect the configured websocket provider in addition to the Hocuspocus provider: ``` provider.configuration.websocketProvider.disconnect() provider.disconnect() ``` Looks dirty, but works fine...
@TathevikJS first of all, thanks for the contribution! We already have something similar to the issue dependencies, named "Related issue", maybe it is better to look into evolving this feature...