mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 08:37:29 -06:00
more instance patch work
This commit is contained in:
parent
7974d5e2e6
commit
69000ed68e
5 changed files with 107 additions and 4 deletions
|
|
@ -542,7 +542,7 @@ func (c *converter) InstanceToMasto(i *gtsmodel.Instance) (*model.Instance, erro
|
|||
mi.URLS = &model.InstanceURLs{
|
||||
StreamingAPI: fmt.Sprintf("wss://%s", c.config.Host),
|
||||
}
|
||||
}
|
||||
}aaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
|
||||
// contact account is optional but let's try to get it
|
||||
if i.ContactAccountID != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue