this repo has no description
fork

Configure Feed

Select the types of activity you want to include in your feed.

am stupid

+1 -1
+1 -1
main.go
··· 29 29 30 30 return client.LoginWithPassword( 31 31 context.Background(), 32 - identity.DefaultDirectory(), syntax.AtIdentifier{Inner: l.handle}, l.password, "", nil) 32 + identity.DefaultDirectory(), syntax.AtIdentifier{Inner: syntax.Handle(l.handle)}, l.password, "", nil) 33 33 34 34 } 35 35