Comment Notifications don't use Computed Name
Summary: If you comment on a Thing that doesn't have a Name, you'll get a Notification titled, eg, Comment on ".bu6oc7u"
The problem is entirely obvious: we're using thing.displayName
instead of thing.nameOrComputed
. Fixing this is a mild hassle, but no longer rocket science.