1
0
Fork 0
forked from gitea/nas

Change: #82 フレンド申請時、自分のサーバーのInbox URLを伝える

This commit is contained in:
KMY 2023-10-13 18:37:43 +09:00
parent eea84d476e
commit 6b4fc4a9dc
4 changed files with 27 additions and 7 deletions

View file

@ -21,6 +21,7 @@ describe FriendDomain do
type: 'Follow',
actor: 'https://cb6e6126.ngrok.io/actor',
object: 'https://www.w3.org/ns/activitystreams#Public',
inboxUrl: 'https://cb6e6126.ngrok.io/inbox',
}))).to have_been_made.once
end
end