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
This commit is contained in:
parent
62d04be12e
commit
6a02d08d5d
5 changed files with 109 additions and 55 deletions
4
TODO
4
TODO
|
@ -14,7 +14,7 @@
|
|||
[✔] When followed, the handler should write the new follower to file
|
||||
[✔] Make sure we send our boosts to all our followers
|
||||
[ ] Write incoming activities to disk (do we have to?)
|
||||
[ ] Write all the announcements (boosts) to the database to
|
||||
[✔] Write all the announcements (boosts) to the database to
|
||||
their correct actors
|
||||
[✔] Check if we are already following users
|
||||
[✔] On GetOutbox read the database and present a list of the
|
||||
|
@ -25,7 +25,7 @@
|
|||
[ ] Check if we're boosting only stuff from actors we follow, not whatever comes
|
||||
through in our inbox
|
||||
[✔] Boost not only articles but other things too
|
||||
[ ] Sanitize input, never allow slashes or dots
|
||||
[✔] Sanitize input, never allow slashes or dots
|
||||
[✔] Add summary to actors.json
|
||||
[ ] Check local actor names for characters illegal for filenames and ban them
|
||||
[✔] Create debug flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue