Soften room permissions during backfill #77
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/out-of-your-element#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OOYE creates rooms with permissions similar to the restrictions currently set, however this can lead to issues when utilising the backfill tool.
I wish I'd kept logs of this and raised an issue at the time, but the backfill script will raise an error and bail out when it tries to post from accounts with no permissions (either, due to permissions having changed since the rooms creation, or when proxying other bots such as /plu/ral).
When the backfill sript is executed, softening room permissions to allow for member posting during the backfill process is likely the best bet, restoring the permissions to their original form after completion.
The easy workaround for this is indeed, just adjusting the room permissions after creation, re-running the backfill script, and then setting them back after. So I'd say this is low priority.