mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 02:23:16 -06:00
changing more stuff
This commit is contained in:
parent
29b4adfb69
commit
0f7cfa75f3
126 changed files with 1060 additions and 920 deletions
|
|
@ -18,8 +18,11 @@
|
|||
|
||||
package federation
|
||||
|
||||
import "net/url"
|
||||
import (
|
||||
"context"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
func (f *federator) Handshaking(username string, remoteAccountID *url.URL) bool {
|
||||
return f.dereferencer.Handshaking(username, remoteAccountID)
|
||||
func (f *federator) Handshaking(ctx context.Context, username string, remoteAccountID *url.URL) bool {
|
||||
return f.dereferencer.Handshaking(ctx, username, remoteAccountID)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue