From 43b16a933b8f5b64d291bb24bc77a87c238762f3 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 13 Mar 2022 19:08:29 -0400 Subject: [PATCH] Won't do TODO It's basically not possible to have "no limit" (and this is actually a good thing). --- cmd/tallyard/syncer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tallyard/syncer.go b/cmd/tallyard/syncer.go index 5f491df..d15f564 100644 --- a/cmd/tallyard/syncer.go +++ b/cmd/tallyard/syncer.go @@ -60,7 +60,6 @@ func (s *TallyardSyncer) GetFilterJSON(userID id.UserID) *mautrix.Filter { Types: stateEvtTypes, }, Timeline: mautrix.FilterPart{ - // TODO figure out how to have no limit; -1 is giving me 500s Limit: 500, Types: append( stateEvtTypes, -- 2.38.4