Added phone app; made description of Web UI more clear

main
Inga 🏳‍🌈 3 years ago
parent a596e10b34
commit 6e8f9c8105
  1. 8
      ideas.md

@ -304,10 +304,16 @@ Such a client would have to store a day worth of posts in order to build a diges
One could also implement something similar to the Mastodon Web UI or Pleroma-FE.
However, such a client would have to store a content of the entire timeline in order to display it, because activitypub server does not store posts coming from the other instances and does not support client fetches.
However, such a client would have to run on a server (not just be a static single-page app) and store a content of the entire timeline in its database in order to display it, because activitypub server does not store posts coming from the other instances and does not support client fetches.
Maybe such a client could store a content of the entire timeline and expose Mastodon API, so that the existing frontends (Mastodon Web UI, Pleroma-FE, Pinafore, Sengi, Tusky, etc) would be able to run on top of it.
#### Phone app
One could also implement something similar to Tusky.
However, such a client would have to store a content of the entire timeline locally in order to display it, because activitypub server does not store posts coming from the other instances and does not support client fetches.
#### Pitfalls
_Question: how do we handle remote status deletion? Of course, clients should be getting push notification related to these events, but what if email client has already sent the digest to the user? Or how would telegram bot know what telegram message to delete unless it maintains a database storing the correspondence between activitypub posts and telegram messages?_

Loading…
Cancel
Save