GoToSocial/internal/federation/federatingdb
tobi 367bdca250
Handle forwarded messages (#273)
* correct path of foss_satan

* add APIri and notes

* test create forward note

* rename target => receiving account

* split up create into separate funcs

* update extractFromCtx

* tidy up from federator processing

* foss satan => http not https

* check if status in db

* mock dereference of status from IRI

* add forward message deref test

* update test with activities

* add remote_account_2 to test rig
2021-10-10 12:39:25 +02:00
..
accept.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
announce.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
create.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
create_test.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
db.go Mention fixup (#167) 2021-08-29 12:03:08 +02:00
delete.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
exists.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
federatingdb_test.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
followers.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
followers_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
following.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
following_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
get.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
inbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
liked.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
lock.go Replace federating DB locks map, add a cleanup goroutine (#166) 2021-08-27 21:14:20 +02:00
outbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
owns.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
undo.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
update.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
util.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00