fix key in event data

This commit is contained in:
Jakub Trllo 2023-01-17 14:16:09 +01:00
parent 2742a36617
commit bcbf43479a

View file

@ -356,7 +356,7 @@ class UserPublishValues:
self._event_system.emit(
"comment.changed",
{
"new_asset_name": comment,
"comment": comment,
"changes": {
"comment": {"new": comment, "old": old_comment}
}