mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
73a45dd58e
- added `SpectateCommunity` endpoint, it is supposed to be used in scenarios where we want to "Go to public Community" and see its content without joining - added `spectated` field to `Community`, it means we are observing the community and its chats but we are not members Use case: https://github.com/status-im/status-desktop/issues/7072#issuecomment-1246560885
2 lines
86 B
SQL
2 lines
86 B
SQL
ALTER TABLE communities_communities ADD COLUMN spectated BOOL NOT NULL DEFAULT FALSE;
|