challfry / TheKraken

An iOS client for the Twit-arr server.
3 stars 1 forks source link

Content Reporting improvements #55

Open challfry opened 4 years ago

challfry commented 4 years ago

Content Reporting is a feature I added quickly, late in the development process, because Apple.

While doing this, I realized we need a better way to refer to an individual post. I don't think the server currently supports URLs to individual posts? Perhaps "#/stream/tweet/:id" for stream tweets? Nothing similar for forum posts.

Anyway, if we can get the server to support URLs to individual posts, we can improve content reporting by sending those URLs instead of a bunch of info about who posted and when.