dmitriz, xmpp-social, Grishka, erincandescent and mogery joined the channel
#mogeryHi, I'm currently implementing ActivityPub and I have a question: What should a user's outbox include? I'm currently working on a microblogging platform, so any public posts made by the user will be included in the outbox, of course. But if the user A accepts another user B's invite, should that go into the user A's outbox, or is it enough if it goes into user B's inbox? Thanks.
#nightpool[m]mogery: if you think about a user's "profile page", the outbox should include everything a client needs to generate the posts that show there
#nightpool[m]there aren't any hard technical constraints about what needs to be displayed, its just about what users see when they "view" your actor using a c2s client