toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.
GNU Affero General Public License v3.0
360 stars 20 forks source link

How do I repond to an older post? #30

Closed vrthra closed 1 year ago

vrthra commented 1 year ago

Hello, in https://epiktistes.com/@toddsundsted, I want to respond to a post that was made before I started following you. However, I see no option to respond in the page at epiktistes, nor can I see that post in my own server (because the server is new, and it does not fetch older posts). How do I respond to this post?

kt

toddsundsted commented 1 year ago

@vrthra you can Search for a post by its URL, which will fetch that post into your database. from there you can reply to it, like it, etc. etc. it's klunky for sure. probably time to add remote reply (or whatever it's called).

vrthra commented 1 year ago

Thanks! Much appreciated.