This commit is contained in:
Aevann1 2021-12-10 18:31:38 +02:00
parent f5b2387448
commit 18b9d5886a

View file

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