trying emoji stuff

This commit is contained in:
tsmethurst 2021-04-13 16:00:13 +02:00
commit 046c5e91fb
7 changed files with 85 additions and 12 deletions

View file

@ -113,6 +113,7 @@ type DB interface {
// CreateInstanceAccount creates an account in the database with the same username as the instance host value.
// Ie., if the instance is hosted at 'example.org' the instance user will have a username of 'example.org'.
// This is needed for things like serving files that belong to the instance and not an individual user/account.
CreateInstanceAccount() error
// GetAccountByUserID is a shortcut for the common action of fetching an account corresponding to a user ID.