Skip to content

0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 06:51
· 119 commits to main since this release

Added

  • "Post to mentioned users" link in menu: use this to post to specific users, by mentioning them; this is more in line with the current Mastodon UI

Removed

  • "Message x" link in outbox for x

Bug Fixes, Performance and Maintenance

  • Frequent "database is locked" errors when processing incoming posts because the transaction that inserts post x waits for mentions of post y to be resolved (so it waits on multiple outgoing HTTP requests)
  • Incoming posts are not inserted if the timeout for processing is reached during the loop that resolves mentions
  • Missing context when logging activity processing failure