You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let aci = self.decrypt_aci(&inner_member.user_id)?;
with GroupDecodingError::NotAci. The group contains around 20 accounts that show up as "Deleted account" in the official client, which might be relevant in this case.
This is another side effect of not supporting group update messages properly. I guess this bumps up the priority of it. It's been on my list for ages and I even have some code for it...
Background: there's a single group that did not show up in gurk until I filtered out errors in
libsignal-service-rs/libsignal-service/src/groups_v2/operations.rs
Lines 239 to 243 in 65b51db
libsignal-service-rs/libsignal-service/src/groups_v2/operations.rs
Line 134 in 65b51db
GroupDecodingError::NotAci
. The group contains around 20 accounts that show up as "Deleted account" in the official client, which might be relevant in this case.Tested on f99ff83.
The text was updated successfully, but these errors were encountered: