-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
DEV: backendDEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXTAG: tech update / debt
Milestone
Description
Observed behavior
A user deleting their channel, or an admin deleting a channel from the Admin page, does not record the deletion in ChannelHistory
. This is because both bypass where that is handled.
Expected behavior
We should track these deletions in the history.
User-facing consequences
We can't audit who deleted a channel
Steps to reproduce the issue
- Create a channel
- Delete the channel
- Query the database for the channel history
- Observe no deletion action
- Query the database for deletion or update related change events
- Observe no corresponding change events
Metadata
Metadata
Assignees
Labels
DEV: backendDEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXTAG: tech update / debt