johnHackworth / goblin

GNU Affero General Public License v3.0
50 stars 4 forks source link

Allow user to follow (and block) hashtags #59

Closed sirilyan closed 7 months ago

sirilyan commented 7 months ago

Database stuff (done)

API stuff (goblin)

API stuff (Mastodon)

The block and unblock endpoints will be non-standard extensions; the Mastodon API has no concept of followed/blocked hashtags, it only uses text filtering for strings.

Frontend stuff - following (nothing done yet)

Frontend stuff - blocking (nothing done yet)