Skip to content

notifications: fix notification generation for non-create activities

in 300d94c6, an Object.normalize() call was introduced. calling Object.normalize() on an activity with a non-object URI (say, a user) causes Really Bad Things to happen. so don't do that.

Merge request reports