Skip to content

Fix access id not set correctly #4189

Martin Santangelo requested to merge fix/access_id-groups into release/4.23.0

Ticket(s) / Related Merge Requests

#4189 (closed)

Summary of Changes

Two issues were solved:

  • The composer was sending wrongly the access ID parameter (accessId instead of access_id)
  • For group posts, the visibility option was not hidden and the access_id was not set with the container_id

Testing Considerations

Having 2 users (A & B), with B subscribed to A

  • Post in a group with user A
  • The post should not appear in the newsfeed of user B

Regression Scope

None

Platform Affected

Android, iOS

Merge request reports