gotosocial/internal/api/s2s/user
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
..
common.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
followers.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
following.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
inboxpost.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
inboxpost_test.go [feature] Show + federate emojis in accounts (#837) 2022-09-26 11:56:01 +02:00
outboxget.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
outboxget_test.go [chore] Test fixes (#788) 2022-08-31 17:31:21 +02:00
publickeyget.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
repliesget.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
repliesget_test.go [chore] Test fixes (#788) 2022-08-31 17:31:21 +02:00
statusget.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
statusget_test.go [chore] Test fixes (#788) 2022-08-31 17:31:21 +02:00
user.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
user_test.go [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
userget.go return after redirects to web representation (#755) 2022-08-16 19:50:26 +01:00
userget_test.go [chore] Test fixes (#788) 2022-08-31 17:31:21 +02:00