Skip to content

Commit

Permalink
Revert "chore: 消し忘れを削除"
Browse files Browse the repository at this point in the history
This reverts commit e378ef2.
  • Loading branch information
yupix committed Jun 2, 2024
2 parents e378ef2 + ae96f33 commit 6589e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/pages/admin/moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ const preservedUsernames = ref<string>('');
const tosUrl = ref<string | null>(null);
const privacyPolicyUrl = ref<string | null>(null);
const trustedLinkUrlPatterns = ref<string>('');
=======
const inquiryUrl = ref<string | null>(null);
>>>>>>> upstream/develop

async function init() {
const meta = await misskeyApi('admin/meta');
Expand Down

0 comments on commit 6589e6c

Please sign in to comment.