diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-04-24 08:01:32 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-04-24 08:01:32 +0000 |
| commit | d003dea5eea7752790d0a48b72dc209ce3c8c59b (patch) | |
| tree | 45cc7f3ef8c6ae58dc7d9427be9b57001691a9a8 /src | |
| parent | 935b7745eac6b0dd4e5aa406d5f7d25cdfcca3f0 (diff) | |
| parent | bb92798b748f912c0f01aec4a1cb42efcd37f54b (diff) | |
Merge branch 'feature/collapse-chat-by-default' into 'develop'
Collapse chat by default
See merge request pleroma/pleroma-fe!246
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/chat_panel/chat_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.js b/src/components/chat_panel/chat_panel.js index d528d0a1..d8736d17 100644 --- a/src/components/chat_panel/chat_panel.js +++ b/src/components/chat_panel/chat_panel.js @@ -3,7 +3,7 @@ const chatPanel = { return { currentMessage: '', channel: null, - collapsed: false + collapsed: true } }, computed: { |
