fix: correct permissions checks and cache on update (#6015)

This commit is contained in:
ckohen
2021-07-03 05:23:01 -07:00
committed by GitHub
parent 4adfc45b5a
commit 568691ce6a
4 changed files with 16 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ class ChannelUpdateAction extends Action {
old,
updated: channel,
};
} else {
client.channels.add(data);
}
return {};