gotosocial/internal/processing/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
..
boost.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
boostedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
context.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
create.go [bugfix] Fix html-escaped characters in content warnings (#426) 2022-03-13 16:37:45 +01:00
create_test.go [bugfix] Fix html-escaped characters in content warnings (#426) 2022-03-13 16:37:45 +01:00
delete.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
fave.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
favedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
get.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
status.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
status_test.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
unboost.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
unfave.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
util.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
util_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00