GoToSocial/internal/federation
tobi c4a08292ee
[feature] Show + federate emojis in accounts (#837)
* Start adding account emoji

* get emojis serialized + deserialized nicely

* update tests

* set / retrieve emojis on accounts

* show account emojis in web view

* fetch emojis from db based on ids

* fix typo in test

* lint

* fix pg migration

* update tests

* update emoji checking logic

* update comment

* clarify comments + add some spacing

* tidy up loops a lil (thanks kim)
2022-09-26 11:56:01 +02:00
..
dereferencing [feature] Show + federate emojis in accounts (#837) 2022-09-26 11:56:01 +02:00
federatingdb [feature] Show + federate emojis in accounts (#837) 2022-09-26 11:56:01 +02:00
authenticate.go [performance] cache account db lookups by public key URI (#795) 2022-09-02 11:58:42 +02:00
clock.go
commonbehavior.go
dereference.go [bugfix] update thread iterators to not use recursion (#851) 2022-09-25 13:09:41 +02:00
federatingactor_test.go [feature] Allow delivery to sharedInboxes where possible (#847) 2022-09-23 20:27:35 +01:00
federatingactor.go
federatingprotocol_test.go
federatingprotocol.go [performance] use GetAccountByUsernameDomain() for local account lookups to rely on cache (#793) 2022-09-02 11:56:33 +02:00
federator_test.go
federator.go [bugfix] update thread iterators to not use recursion (#851) 2022-09-25 13:09:41 +02:00
handshake.go
transport.go