pl-fe: allow managing mention_policy on mitra
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -133,6 +133,12 @@ interface UpdateCredentialsParams {
|
||||
is_cat?: boolean;
|
||||
/** Whether the user speaks as a cat */
|
||||
speak_as_cat?: boolean;
|
||||
|
||||
/**
|
||||
* Mention policy
|
||||
* Required features{@link Features['accountMentionPolicy']}.
|
||||
*/
|
||||
mention_policy?: 'none' | 'only_known' | 'only_contacts';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user