We sometimes would want to block editing messages, but still be able to write new messages to the thread.
This diff introduces the type, adds it to all roles except GENESIS members, and adds a new migration to populate it.
Paths
| Differential D7127 Authored by • kuba on Mar 21 2023, 11:22 AM.
Details Summary We sometimes would want to block editing messages, but still be able to write new messages to the thread. This diff introduces the type, adds it to all roles except GENESIS members, and adds a new migration to populate it. Test Plan Checked if migration worked. The permissions check will be added with another diff.
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptMar 21 2023, 11:22 AM2023-03-21 11:22:33 (UTC-7) Harbormaster completed remote builds in B17486: Diff 23954.Mar 21 2023, 11:37 AM2023-03-21 11:37:47 (UTC-7) This revision is now accepted and ready to land.Mar 22 2023, 11:46 AM2023-03-22 11:46:32 (UTC-7) Harbormaster completed remote builds in B17686: Diff 24209.Mar 27 2023, 8:23 AM2023-03-27 08:23:07 (UTC-7) Closed by commit rCOMM6adb242a4132: [lib][keyserver] Introduce new threadPermissions types for editing messages (authored by kosmydel <kukubaczek@gmail.com>). · Explain WhyMar 30 2023, 7:43 AM2023-03-30 07:43:41 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24411 keyserver/src/creators/role-creator.js
keyserver/src/database/migration-config.js
lib/types/thread-types.js
|