mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
Make admin/update-remote-user public
This commit is contained in:
parent
e825d3be83
commit
dfa341e1c0
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
async updateRemoteUser() {
|
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();
|
this.refreshUser();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,9 @@ export const meta = {
|
||||||
'en-US': 'Update specified remote user information.'
|
'en-US': 'Update specified remote user information.'
|
||||||
},
|
},
|
||||||
|
|
||||||
tags: ['admin'],
|
tags: ['federation'],
|
||||||
|
|
||||||
requireCredential: true as const,
|
requireCredential: true as const,
|
||||||
requireModerator: true,
|
|
||||||
|
|
||||||
params: {
|
params: {
|
||||||
userId: {
|
userId: {
|
Loading…
Reference in a new issue