diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-06-03 20:16:48 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-06-03 20:16:48 +0000 |
| commit | 2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (patch) | |
| tree | 48ee536d6f931f1cd8b76e4ede75639b39c28501 /src/App.vue | |
| parent | 7bd18cda64e0a4ca7a61ff2cf69714f23281e9d9 (diff) | |
| parent | bd98ecb3f0e3d37d7286221a6508a059394b94f2 (diff) | |
Merge branch 'chore/rename-chat' into 'develop'
Rename legacy PleromaFE Chat functionality to "Shout"
See merge request pleroma/pleroma-fe!1207
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue index 1a166778..6c582c03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,10 +49,10 @@ </div> <media-modal /> </div> - <chat-panel - v-if="currentUser && chat" + <shout-panel + v-if="currentUser && shout" :floating="true" - class="floating-chat mobile-hidden" + class="floating-shout mobile-hidden" /> <MobilePostStatusButton /> <UserReportingModal /> |
