Page MenuHomePhabricator

[lib] Propagate MEMBER permissions to all chats in a community
ClosedPublic

Authored by ashoat on Aug 19 2024, 8:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2025, 6:10 AM
Unknown Object (File)
Feb 6 2025, 9:02 AM
Unknown Object (File)
Jan 27 2025, 7:41 AM
Unknown Object (File)
Jan 27 2025, 7:40 AM
Unknown Object (File)
Jan 27 2025, 7:40 AM
Unknown Object (File)
Jan 26 2025, 3:45 AM
Unknown Object (File)
Jan 25 2025, 2:18 AM
Unknown Object (File)
Jan 15 2025, 1:41 PM
Subscribers
None

Details

Summary

This addresses ENG-9054.

The issue is that in D13014, I return false from includeThreadPermissionForThreadType even if a propagation prefix is set.

We want role permissions to apply to all chats in a community, even if there is a "broken link" where you are a member of a grandchild but not a member of its parent.

Depends on D13112

Test Plan
  1. I set up a repro of the issue in my local environment
  2. I applied this diff to fix the issue
  3. I reset db_version to 67 to trigger migration 68 again
  4. After migration 68 ran again, I confirmed that the issue was gone

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable