gotosocial/internal/processing
tobi 24cec4e7aa
[feature] Federate pinned posts (aka featuredCollection) in and out (#1560)
* start fiddling

* the ol' fiddle + update

* start working on fetching statuses

* poopy doopy doo where r u uwu

* further adventures in featuring statuses

* finishing up

* fmt

* simply status unpin loop

* move empty featured check back to caller function

* remove unnecessary log.WithContext calls

* remove unnecessary IsIRI() checks

* add explanatory comment about status URIs

* change log level to error

* better test names
2023-03-01 17:52:44 +00:00
..
account [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
admin [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fedi [feature] Federate pinned posts (aka featuredCollection) in and out (#1560) 2023-03-01 17:52:44 +00:00
media [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
report [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
status [feature] Federate pinned posts (aka featuredCollection) in and out (#1560) 2023-03-01 17:52:44 +00:00
stream [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
user [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
account_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
app.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
blocks.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
followrequest.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
followrequest_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
fromclientapi.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fromclientapi_test.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
fromcommon.go [bugfix] Fix deleted status causing issues when getting bookmark (#1551) 2023-02-23 22:11:10 +00:00
fromfederator.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fromfederator_test.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
instance.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
notification.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
notification_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
oauth.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
processor.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
processor_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
search.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statustimeline.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
util.go [chore] reformat GetAccount() functionality, support updating accounts based on last_fetch (#1411) 2023-02-03 20:03:05 +00:00