A "chat" application using AT #3069
Unanswered
gleicon
asked this question in
How to do it?
Replies: 1 comment 1 reply
-
Currently, sharing private content in atproto is out of scope. Future support is planned, but it's probably pretty far away. The current alternative is to use the chat API (DM) or make it yourself. Please note that it is not PDS that usually has those APIs. In the case of the chat API, PDS only performs authentication and proxy, and does not store or recognize messages. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm looking to build my go-to learning app on feed protocols, a simple single channel chat app. I've already installed my own pds and tinkered with AT libraries but I'm having a hard time wrapping my head around on how to build a simple, private chat around it. Did anyone explored it ? I feel that the concept of DID, local repository and feed are already what I need but there is a component I'm not sure I have the rightview: what would be the "channel" if it was an IRC server. TIA for any tips, help and discouragements if that's too far fetched :) !
Beta Was this translation helpful? Give feedback.
All reactions