mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
Make admin/update-remote-user public
This commit is contained in:
parent
fbc5c39777
commit
3658183b80
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
async updateRemoteUser() {
|
||||
await os.apiWithDialog('admin/update-remote-user', { userId: this.user.id });
|
||||
await os.apiWithDialog('federation/update-remote-user', { userId: this.user.id });
|
||||
this.refreshUser();
|
||||
},
|
||||
|
||||
|
|
|
@ -10,10 +10,9 @@ export const meta = {
|
|||
'en-US': 'Update specified remote user information.'
|
||||
},
|
||||
|
||||
tags: ['admin'],
|
||||
tags: ['federation'],
|
||||
|
||||
requireCredential: true as const,
|
||||
requireModerator: true,
|
||||
|
||||
params: {
|
||||
userId: {
|
Loading…
Reference in a new issue