gotosocial/internal/api/client/status
tobi 37d310f981
[feature] Dereference remote mentions when the account is not already known (#442)
* remove mention util function from db

* add ParseMentionFunc to gtsmodel

* add parseMentionFunc to processor

* refactor search to simplify it a bit

* add parseMentionFunc to account

* add parseMentionFunc to status

* some renaming for clarity

* test dereference of unknown mentioned account
2022-03-29 11:54:56 +02:00
..
status.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
status_test.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
statusboost.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusboost_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusboostedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statuscontext.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statuscreate.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statuscreate_test.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
statusdelete.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusfave.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusfave_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusfavedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusfavedby_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusget.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusget_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusunboost.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusunfave.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
statusunfave_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00