diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-02-02 07:31:17 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-02-02 07:31:17 +0000 |
| commit | 8010c42768b3436df93c489ab971b2574c7a8f6b (patch) | |
| tree | 91d180cef8ba6c92b149f1bf2078b457942681bc /src/modules/chat.js | |
| parent | 97854eec58601c66b1fa24109f8c7324f87bc98a (diff) | |
| parent | 043e14d5cb929fca35b8d55c9008498146e90b8b (diff) | |
Merge branch 'fix/chat-visibility' into 'develop'
Show chat only if channel is joined.
See merge request pleroma/pleroma-fe!197
Diffstat (limited to 'src/modules/chat.js')
| -rw-r--r-- | src/modules/chat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chat.js b/src/modules/chat.js index b1244ebe..383ac75c 100644 --- a/src/modules/chat.js +++ b/src/modules/chat.js @@ -1,7 +1,7 @@ const chat = { state: { messages: [], - channel: null + channel: {state: ''} }, mutations: { setChannel (state, channel) { |
