[quote=@Shienvien] Edit: Tags still eat spaces. Words still get randomly glued together due to that. [/quote] Oh yeah, formalized this into an actual issue: [url]https://github.com/danneu/guild/issues/34[/url] [quote=@Shienvien] As a sidenote, isn't PMs sending alerts a bit superfluous? I noticed that whenever someone PMs me, I get both a PM notification and an alert. It would be cleaner if PMs just gave the PM-notify and left alerts alone; right now I appear to need to separately go to the alert tab to make the alert go away, too. [/quote] It's actually just one system: The "bell" button shows the count of all your notifications. The "PMs" button just shows the count of your notifications where notification.type === 'PM'. It's redundant til I spend some more time on the notification system. But you shouldn't have the general problem or clearing your PM notifications and still have PM notifications on the notifications page since it's the same system. At the moment, viewing a convo will clear its related PM notifications. But all other notifications have to be cleared manually (like @mentions). It's still pretty rough.