Added comment

This commit is contained in:
Adrià Casajús 2025-06-19 10:10:04 +02:00 committed by Adrià Casajús
parent 3ea7c6a760
commit 979c50bda7

View file

@ -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,