The dangers of increased gerbilization and gerbil warming.

Of course, I expect nothing else from your IT department.

#auditingitwrong ;)

//

I updated the subtitle. Give it a shot now.

//

Argh. And no audit logs, either, I take it?

//

Hah, I want more than that!

I don't let social notifications ping at me, but I'll sometimes skim my lock screen and think of a reply before I can get around to actually getting into an app.

//

Enjoy, and welcome again! :)

You can send it all on to whatever's doing push and let it sort it out. I know there are Android vs iOS vs Web differences in what gets displayed how. I haven't actually had to do push before, though, so my actual knowledge of implementation details is roughly zero.

I still need to add DMs to Macchiato, too.

How would push notifications work for DMs? Still kinda scoping that out. Slowly.

//

There's an unescaped ampersand in the blog subtitle. Should be & in the XML. Needs to be fixed by in the feed generator code ultimately, but I can rename it to unbreak the XML as a workaround for now.

Checked in Pythonista:

import requests
r = requests.get('http://macchiato.10centuries.org/rss.xml')
r.content.splitlines()[27]
# b' <itunes:subtitle>Being the Website & Home of Macchiato, a Stirring Tale of an Underdog</itunes:subtitle>'