GoToSocial/internal/federation/dereferencing
kim 420e2fb22b
replace async client API / federator msg processing with worker pools (#497)
* replace async client API / federator msg processing with worker pools
* appease our lord-and-saviour, the linter
2022-04-28 13:23:11 +01:00
..
account_test.go update remote account get/deref logic 2022-01-24 13:12:17 +01:00
account.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
announce.go
collectionpage.go
dereferencer_test.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
dereferencer.go change getaccount function signature 2022-01-24 18:12:42 +01:00
handshake.go
instance.go
media_test.go
media.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
status_test.go [bugfix] Fix images not being processed correctly sometimes (#437) 2022-03-21 19:46:51 +01:00
status.go ensure blocking calls to getRemoteAccount before showing stuff to client 2022-01-25 13:48:13 +01:00
thread.go