mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] de-interface{} the federator and dereferencer structs (#2285)
* de-interface{} the federator and dereferencer structs * fix broken type signatures
This commit is contained in:
@@ -36,7 +36,7 @@ import (
|
||||
type federate struct {
|
||||
// Embed federator to give access
|
||||
// to send and retrieve functions.
|
||||
federation.Federator
|
||||
*federation.Federator
|
||||
state *state.State
|
||||
converter *typeutils.Converter
|
||||
}
|
||||
|
Reference in New Issue
Block a user