mirror of
https://github.com/simple-login/app.git
synced 2025-09-07 23:25:00 +08:00
Added comment
This commit is contained in:
parent
3ea7c6a760
commit
979c50bda7
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ def change_alias_note(alias: Alias, note: str, commit: bool = False):
|
|||
LOG.i(f"Changing alias {alias} note.")
|
||||
|
||||
alias.note = note
|
||||
# TODO: acasajus Enable back after July 1st 2025
|
||||
if False:
|
||||
event = AliasNoteChanged(
|
||||
id=alias.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue