Cross out finished WebFinger stuff from notes

This commit is contained in:
Anthony Wang 2022-04-24 13:55:54 -05:00
parent 9b763c2f0e
commit 27cd913f40
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,3 +1,8 @@
# Notes
Random disorganized notes about Gitea federation for my personal use.
## Federated following
### Inboxes/outboxes
@ -29,7 +34,7 @@ Use the existing `users` table.
https://github.com/go-gitea/gitea/issues/9045
I think we will also need to implement WebFinger because this is the de-facto standard for resolving a username like @ta180m@git.exozy.me into the actor IRI like https://git.exozy.me/api/v1/activitypub/user/ta180m
~~I think we will also need to implement WebFinger because this is the de-facto standard for resolving a username like @ta180m@git.exozy.me into the actor IRI like https://git.exozy.me/api/v1/activitypub/user/ta180m~~
Also, for the federated following UI, I propose that if no user is logged into the current instance, there should be a popup box for the user to type in their own instance, and then the remote user should be rendered on their own instance.