diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-09-25 06:41:26 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-09-25 06:41:26 +0000 |
| commit | ccba92a27cc96d6db9b28d456f6fff6cb6804a52 (patch) | |
| tree | 8feebac1047612171e06eeb7093f1fb600b22665 /src/App.vue | |
| parent | 61bb02ef0631b534e1a80a3b08f0e27c1a1c8e66 (diff) | |
| parent | c8a18f387c28d5f895c1e727b0d040da96dcebc1 (diff) | |
Merge branch '639-2' into 'develop'
Add "Mention user" button to user card
Closes #639
See merge request pleroma/pleroma-fe!955
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 719e00a4..f1086e60 100644 --- a/src/App.vue +++ b/src/App.vue @@ -107,8 +107,9 @@ :floating="true" class="floating-chat mobile-hidden" /> - <MobilePostStatusModal /> + <MobilePostStatusButton /> <UserReportingModal /> + <PostStatusModal /> <portal-target name="modal" /> </div> </template> |
