master
Aevann1 2021-12-10 18:31:38 +02:00
parent a75929a96f
commit c3fb199a0e
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ def admin_title_change(user_id, v):
kind=kind,
user_id=v.id,
target_user_id=user.id,
_note=f'"{new_name}"'
_note=f'"{user.customtitleplain}"'
)
g.db.add(ma)
g.db.commit()