gotosocial/internal/federation/dereferencing
tobi e04b187702
Refactor/tidy (#261)
* tidy up streaming

* cut down code duplication

* test get followers/following

* test streaming processor

* fix some test models

* add TimeMustParse

* fix uri / url typo

* make trace logging less verbose

* make logging more consistent

* disable quote on logging

* remove context.Background

* remove many extraneous mastodon references

* regenerate swagger

* don't log query on no rows result

* log latency first for easier reading
2021-10-04 15:24:19 +02:00
..
account.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
account_test.go allow dereferencing of groups (#256) 2021-09-30 12:27:42 +02:00
announce.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00
attachment.go rework media processing a little bit (#191) 2021-09-04 14:02:01 +02:00
attachment_test.go update media processing (#244) 2021-09-23 11:13:11 +02:00
collectionpage.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
dereferencer.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00
dereferencer_test.go allow dereferencing of groups (#256) 2021-09-30 12:27:42 +02:00
handshake.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
instance.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
status.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
status_test.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00
thread.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00