From 0df2e18cc0d5440deca32681f33c66d883913901 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 21 May 2021 23:04:59 +0200 Subject: Home timeline (#28) * v. basic implementation of home timeline * Go fmt ./... --- internal/message/fromcommonprocess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/message/fromcommonprocess.go') diff --git a/internal/message/fromcommonprocess.go b/internal/message/fromcommonprocess.go index d557b7962..486da39af 100644 --- a/internal/message/fromcommonprocess.go +++ b/internal/message/fromcommonprocess.go @@ -25,5 +25,5 @@ func (p *processor) notifyStatus(status *gtsmodel.Status) error { } func (p *processor) notifyFollow(follow *gtsmodel.Follow) error { - return nil + return nil } -- cgit v1.2.3