1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 19:18:20 +00:00
Files
gitea/routers/api/v1/activitypub
Giteabot 9836b7db7b Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) (#23905)
Backport #23823 by @wxiaoguang

Thanks to @trwnh

Close #23802

The ActivityPub id is an HTTPS URI that should remain constant, even if
the user changes their name.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-04-03 22:41:57 -05:00
..