-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polling / sending to closed group doesn't work #3
Comments
Hi! I know this feature wasn't implemented yet. This was initially pending until Session developers team rewrite closed chats backend, but now the whole library development is frozen until they move all stuff to libsession and then this library will be backed by it instead of manually handling connections. |
PRs are welcome, too :) |
If you could provide guidance on what changes should be made, I may be able to work on that. |
You should start by figuring out how sending messages work in Session and especially in current closed groups implementation. Dig official electron desktop client or any other implementation that feels closer to your skills. Then look for sending messages script in this library and implement section for closed groups |
ok, how to groupPubKey here |
This was taken from official desktop client code, so I suggest looking there |
The polling and sending features to closed groups in Session are not functioning as expected. The example provided here does not work for closed groups. By "closed groups," I am referring to the private groups created within Session, which support a maximum of 100 people.
The text was updated successfully, but these errors were encountered: