mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-08 13:43:16 -06:00
add ForkAwesome and gotosocial-styling into repo
This commit is contained in:
parent
28d16a9895
commit
4e24b1210d
19 changed files with 2696 additions and 6 deletions
|
|
@ -302,7 +302,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
|
|||
Username: "admin",
|
||||
AvatarMediaAttachmentID: "",
|
||||
HeaderMediaAttachmentID: "",
|
||||
DisplayName: "",
|
||||
DisplayName: "Admin",
|
||||
Fields: []gtsmodel.Field{},
|
||||
Note: "",
|
||||
Memorial: false,
|
||||
|
|
@ -540,7 +540,7 @@ func NewTestAttachments() map[string]*gtsmodel.MediaAttachment {
|
|||
},
|
||||
},
|
||||
AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF",
|
||||
Description: "90's Trent Reznor turning to the camera",
|
||||
Description: "",
|
||||
ScheduledStatusID: "",
|
||||
Blurhash: "LEDara58O=t5EMSOENEN9]}?aK%0",
|
||||
Processing: 2,
|
||||
|
|
@ -800,7 +800,7 @@ func NewTestStatuses() map[string]*gtsmodel.Status {
|
|||
URI: "http://localhost:8080/users/admin/statuses/01F8MH75CBF9JFX4ZAD54N0W0R",
|
||||
URL: "http://localhost:8080/@admin/statuses/01F8MH75CBF9JFX4ZAD54N0W0R",
|
||||
Content: "hello world! #welcome ! first post on the instance :rainbow: !",
|
||||
AttachmentIDs: []string{"01F8MH6NEM8D7527KZAECTCR76"},
|
||||
AttachmentIDs: []string{"01F8MH6NEM8D7527KZAECTCR76", "01F8MH7TDVANYKWVE8VVKFPJTJ", "01F8MH8RMYQ6MSNY3JM2XT1CQ5"},
|
||||
TagIDs: []string{"01F8MHA1A2NF9MJ3WCCQ3K8BSZ"},
|
||||
MentionIDs: []string{},
|
||||
EmojiIDs: []string{"01F8MH9H8E4VG3KDYJR9EGPXCQ"},
|
||||
|
|
@ -950,10 +950,10 @@ func NewTestStatuses() map[string]*gtsmodel.Status {
|
|||
Local: true,
|
||||
AccountURI: "http://localhost:8080/users/the_mighty_zork",
|
||||
AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF",
|
||||
InReplyToID: "",
|
||||
InReplyToID: "01FF25D5Q0DH7CHD57CTRS6WK0",
|
||||
BoostOfID: "",
|
||||
ContentWarning: "eye contact, trent reznor gif",
|
||||
Visibility: gtsmodel.VisibilityMutualsOnly,
|
||||
Visibility: gtsmodel.VisibilityPublic,
|
||||
Sensitive: false,
|
||||
Language: "en",
|
||||
CreatedWithApplicationID: "01F8MGY43H3N2C8EWPR2FPYEXG",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue