Skip to content
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

synchronize broadcast list members #4953

Closed
r10s opened this issue Nov 7, 2023 · 2 comments
Closed

synchronize broadcast list members #4953

r10s opened this issue Nov 7, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request multi-device

Comments

@r10s
Copy link
Member

r10s commented Nov 7, 2023

"broadcast lists" are lists from one sender to many receivers. the receivers do not get aware of each other directly.

currently, if you can create broadcast lists on one device, the other devices will see the broadcast list itself (no need to sync that part) - however, the receiver list is missing.

(you can try out broadcast lists when enabling the corresponding option in "Advanced")

as adding this feature is more straight-forward and does not open many disucssions, it should be targeted before #4893 or #4954

also, having this will allow to get broadcast-lists out of experimental

@r10s r10s added enhancement New feature or request multi-device labels Nov 7, 2023
iequidoo added a commit that referenced this issue Nov 9, 2023
TODO: tests
TODO: sync creating chats
iequidoo added a commit that referenced this issue Nov 9, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.

TODO: tests
@iequidoo
Copy link
Collaborator

iequidoo commented Nov 10, 2023

currently, if you can create broadcast lists on one device, the other devices will see the broadcast list itself (no need to sync that part)

It doesn't work for me, i enabled broadcast lists on my Desktop and Android, created a broadcast list on Desktop with one member (not me), sent a message, but don't see neither the list nor the message on Android. Also i wrote the same test in Rust and it doesn't work too. Will try to fix it later

UPD: Actually it isn't a bug, but just a missed feature. Done in #4975.

iequidoo added a commit that referenced this issue Nov 10, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.
iequidoo added a commit that referenced this issue Nov 10, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.
iequidoo added a commit that referenced this issue Nov 13, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.
iequidoo added a commit that referenced this issue Nov 13, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.
iequidoo added a commit that referenced this issue Nov 13, 2023
Sync chat contacts across devices for broadcast lists and groups. This needs the corresponding chat
to exist on other devices which is not the case for unpromoted groups, so it fails for them now but
it's only a warning and will work once creation of unpromoted groups is synchronised too.
@iequidoo
Copy link
Collaborator

Done in #4975

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request multi-device
Projects
None yet
Development

No branches or pull requests

2 participants