2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-20 18:58:14 +00:00

2 Commits

Author SHA1 Message Date
Jonathan Rainville
5272f99b59
feat(communities): add addresses to check channel permissions functions () 2023-08-18 15:50:23 -04:00
Pascal Precht
bf64f97d5a feat: introduce CheckAllCommunityChannelsPermissions() API
This API is used to get a permission status of all channels of a given
community.

Clients can use this API to get the provided information for all
community channels with a single RPC call instead of doing one call
for each channel separately.
2023-06-20 10:06:44 +02:00