Skip to content

Local nicknames change feature for non-federating instances

The feature is disabled by default. To enable, set :instance, :allow_local_nickname_changing to true.

Once enabled, User.update_nickname/2 and/or PATCH /api/v1/pleroma/accounts/update_nickname could be used to update nickname. No admin route was created as of yet, assuming this is an end-user feature.

Edited by Ivan Tashkinov

Merge request reports