Update dependencies
This commit is contained in:
parent
4eda7ef396
commit
c1e1f2c327
60 changed files with 1126 additions and 711 deletions
|
@ -80,7 +80,7 @@ export default createCommandMiddleware(COMMAND, {
|
|||
if (newTopic.length > 0) {
|
||||
dispatch(setTopic(newTopic.join(' '), channel, server));
|
||||
return;
|
||||
} else if (channel) {
|
||||
} if (channel) {
|
||||
const { topic } = getState().channels[server][channel];
|
||||
if (topic) {
|
||||
return text(topic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue