mastodon-collector/app
Pieter 8989c5728d Fix double @ symbols and make status text clickable
- Fixed author display to show single @ (was showing @@account)
- Made status text clickable linking to full Mastodon post
- Fixed author links to point to Mastodon instances instead of Bluesky

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-31 10:03:05 +02:00
..
analyzer Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00
templates Fix double @ symbols and make status text clickable 2026-03-31 10:03:05 +02:00
__init__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
__main__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
analysis_helpers.py Fix analysis data loading and template compatibility 2026-03-31 09:02:43 +02:00
collector.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
db.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
mastodon_api.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
web.py Fix flagged page styling by adding CSS/JS blocks to base template 2026-03-31 09:25:18 +02:00