GoToSocial/internal/processing/account
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
..
account.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
account_test.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
create.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
createblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
createfollow.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
delete.go [feature] Federate local account deletion (#431) 2022-03-15 16:12:35 +01:00
get.go update remote account get/deref logic 2022-01-24 13:12:17 +01:00
getfollowers.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getfollowing.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getrelationship.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getstatuses.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
removeblock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
removefollow.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
update.go [feature] Dereference remote mentions when the account is not already known (#442) 2022-03-29 11:54:56 +02:00
update_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00