Add-ish support for tags and mentions in new messages
Some checks failed
/ docker (push) Has been cancelled
Some checks failed
/ docker (push) Has been cancelled
This commit is contained in:
parent
94106bb82f
commit
b0f041e7b0
14 changed files with 242 additions and 53 deletions
|
@ -10,10 +10,9 @@ import (
|
|||
// This includes self too
|
||||
type RemoteServer struct {
|
||||
gorm.Model
|
||||
// What software type the server is running. Useful for formatting.
|
||||
// Groups various types together (ex. firefish, iceshrimp, sharkey, misskey => misskey)
|
||||
// The software the server is based on (Mastodon+Glitch => Mastodon, Sharkey => Misskey, Akoma => Plemora, etc)
|
||||
ServerType ServerSoftwareType
|
||||
SpecificType string // Specific type
|
||||
SpecificType string // Specific software name (Sharkey, Iceshrimp, Akoma, etc)
|
||||
Version string
|
||||
Domain string // `gorm:"primaryKey"` // Domain the server exists under. Additional primary key
|
||||
Name string // What the server wants to be known as (usually same as url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue