Merge branch 'develop' into csaurus/pleroma-fe-fix-chrome-auto-loading

This commit is contained in:
Roger Braun 2018-04-27 09:59:31 +02:00
commit 3ffb17c0ae
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ const chatPanel = {
return {
currentMessage: '',
channel: null,
collapsed: false
collapsed: true
}
},
computed: {