You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1f39275c0f
* Replace pinafore with semaphore * Typo * Allow lowercase emoji shortcode in frontend * Fix failing test (corrected expected outcome) |
2 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
account.go | 2 years ago | |
application.go | 2 years ago | |
block.go | 2 years ago | |
client.go | 2 years ago | |
domainblock.go | 2 years ago | |
emaildomainblock.go | 2 years ago | |
emoji.go | 2 years ago | |
follow.go | 2 years ago | |
followrequest.go | 2 years ago | |
instance.go | 2 years ago | |
mediaattachment.go | 2 years ago | |
mention.go | 2 years ago | |
notification.go | 2 years ago | |
routersession.go | 2 years ago | |
status.go | 2 years ago | |
statusbookmark.go | 2 years ago | |
statusfave.go | 2 years ago | |
statusmute.go | 2 years ago | |
tag.go | 2 years ago | |
token.go | 2 years ago | |
user.go | 2 years ago |
README.md
A note on when we should set data structures linked to objects in the database to use the
bun nullzero
tag -- this should only be done if the member type is a pointer, or if the
this primitive type is literally invalid with an empty value (e.g. media IDs which when
empty signifies a null database value, compared to say an account note which when empty
could mean either an empty note OR null database value).
Obviously it is a little more complex than this in practice, but keep it in mind!