Commit Graph

10 Commits (master)

Author SHA1 Message Date
Matt Baer dc13a4f4d8 Retrieve URL in NewRemoteActor 2023-04-28 14:02:47 -04:00
Matt Baer 48a817613c Prevent panic on non-string `outbox` and `inbox` 2020-04-09 10:58:33 -04:00
Michael Demetriou f3e0c1bd61 Fix whoAmI to use json marshalling instead of string concatenation
also add a a comment to formatjson
2019-11-08 10:42:53 +02:00
Michael Demetriou 6ca250bcf4 Make sure endpoints["sharedInbox"] exists before using it 2019-10-14 12:01:07 +03:00
Michael Demetriou 3a81f7784d Remove unused import comments 2019-10-11 10:26:27 +03:00
Michael Demetriou c4bb553217 If the remote actor does not have a sharedInbox then return their
inbox so implementations do not need to care whethere there is
a sharedInbox or not
2019-10-11 10:08:24 +03:00
Michael Demetriou 1d173c5d57 Add sharedInbox to remoteActor because it's needed by writefreely 2019-10-10 19:56:21 +03:00
Michael Demetriou 76f9e14b93 Export Inbox getter for remote actor 2019-10-08 15:22:59 +03:00
Michael Demetriou 6a02d08d5d Fixes to enable following pixelfed
add requested list in actor (holds the follow requests that
haven't been rejected or accepted yet), load actor from memory
instead of disk when there's a new activity in our inbox and
other minor fixes
2019-09-20 16:21:21 +03:00
Michael Demetriou da7663c2e6 Make activityserve a free-standing library ready to "go get" it 2019-09-14 11:25:52 +03:00