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
This feature is intended to help with spam. Allowing the exposure of who added me to a group so that integrators can choose to handle the case where the person who added me is blocked by me accordingly.
get who added me to a group from latest openmls
store who added me to a group in the sql database
create a whoAddedMe function on groups that returns a member
expose this function through our ffi bindings
The text was updated successfully, but these errors were encountered:
The blocker has been that OpenMLS doesn't expose this information. However I believe it's now available upstream, but some of the APIs changed as part of the update and we'll need to update our code
This feature is intended to help with spam. Allowing the exposure of who added me to a group so that integrators can choose to handle the case where the person who added me is blocked by me accordingly.
whoAddedMe
function on groups that returns a memberThe text was updated successfully, but these errors were encountered: