gotosocial/internal/transport
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
..
controller.go Follows and relationships (#27) 2021-05-21 15:48:26 +02:00
deliver.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
dereference.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
derefinstance.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
derefmedia.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
finger.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00
transport.go Remote instance dereferencing (#70) 2021-06-27 16:52:18 +02:00