diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-06-20 22:52:08 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-06-20 22:52:08 -0600 |
| commit | fa5d35523dd081b6948d38325374cac5707b7868 (patch) | |
| tree | 608b8bb59fc359b2a65d61d35f84b3bdbf883a74 /src/App.vue | |
| parent | 1b796691b0c396c1780e5520bf285e22923f3b6a (diff) | |
Add ability to view status history for edited statuses
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 9484f993..1b513e08 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@ <UserReportingModal /> <PostStatusModal /> <EditStatusModal /> + <StatusHistoryModal /> <SettingsModal /> <div id="modal" /> <GlobalNoticeList /> |
