Skip to content

Commit

Permalink
Update operations.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored Oct 18, 2024
1 parent 1219db4 commit e3f3e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups_v2/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl GroupOperations {
let added_by_uuid = self.decrypt_aci(&member.added_by_user_id)?;

Ok(PendingMember {
address: service_id.into(),
address: service_id,
role: inner_member.role.try_into()?,
added_by_uuid: added_by_uuid.into(),
timestamp: member.timestamp,
Expand Down

0 comments on commit e3f3e9d

Please sign in to comment.