mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 22:02:25 -05:00
lint and fmt
This commit is contained in:
parent
ab7db633d0
commit
31a24167fe
7 changed files with 37 additions and 16 deletions
|
|
@ -137,8 +137,6 @@ type Processor interface {
|
|||
// PublicTimelineGet returns statuses from the public/local timeline, with the given filters/parameters.
|
||||
PublicTimelineGet(authed *oauth.Auth, maxID string, sinceID string, minID string, limit int, local bool) ([]*apimodel.Status, ErrorWithCode)
|
||||
|
||||
|
||||
|
||||
/*
|
||||
FEDERATION API-FACING PROCESSING FUNCTIONS
|
||||
These functions are intended to be called when the federating client needs an immediate (ie., synchronous) reply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue