gotosocial/internal/gtsmodel
Tobi Smethurst 87cf621e21
Remote instance dereferencing (#70)
Remote instances are now dereferenced when they post to an inbox on a GtS instance.

    Dereferencing will be done first by checking the /api/v1/instance endpoint of an instance.
    If that doesn't work, /.well-known/nodeinfo will be checked.
    If that doesn't work, only a minimal representation of the instance will be stored.

A new field was added to the Instance database model. To create it:

alter table instances add column contact_account_username text;
2021-06-27 16:52:18 +02:00
..
account.go separate public key handler (#64) 2021-06-26 16:21:40 +02:00
activitystreams.go Announce/boost (#35) 2021-05-28 19:57:04 +02:00
application.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
block.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
domainblock.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
emaildomainblock.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
emoji.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
follow.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
followrequest.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
instance.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
mediaattachment.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
mention.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
messages.go Follows and relationships (#27) 2021-05-21 15:48:26 +02:00
notification.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
poll.go Ap (#14) 2021-05-08 14:25:55 +02:00
relationship.go Follows and relationships (#27) 2021-05-21 15:48:26 +02:00
status.go Timeline improvements (#41) 2021-06-17 18:02:33 +02:00
statusbookmark.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
statusfave.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
statusmute.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
stream.go Streaming (#49) 2021-06-19 11:18:55 +02:00
tag.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
user.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00