refactor: move and update fixme / todo comments

This commit is contained in:
Paul Makles
2023-10-28 14:53:39 +01:00
parent 9bf60e87e9
commit 196a856c68
14 changed files with 19 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ pub trait AbstractChannel: Sync + Send {
async fn remove_user_from_group(&self, channel: &str, user: &str) -> Result<()>;
/// Set role permission for a channel
/// ! FIXME: may want to refactor to just use normal updates
/// TODO: may want to refactor to just use normal updates
async fn set_channel_role_permission(
&self,
channel: &str,