People need to be able to unarchive channels and private groups
Create a new pane: Team Settings > Administration and add the following:
Title:
Control:
[ICON] CHANNEL_UI_NAME (CHANNEL_HANDLE_NAME)
]Unarchive
]Help text:
Note:
Closing until this is thought out more
@jwilander can you share what's not thought out?
(5.1.0) For people finding this on Google, for time being you can mattermost channel restore
via CLI.
Or, in MySQL..
update Channels set DeleteAt = 0 where Name='<channel url>';
Most helpful comment
(5.1.0) For people finding this on Google, for time being you can
mattermost channel restore
via CLI.