~edwargix/tallyard

43b16a933b8f5b64d291bb24bc77a87c238762f3 — David Florness 2 years ago 0d62571
Won't do TODO

It's basically not possible to have "no limit" (and this is actually a good
thing).
1 files changed, 0 insertions(+), 1 deletions(-)

M cmd/tallyard/syncer.go
M cmd/tallyard/syncer.go => cmd/tallyard/syncer.go +0 -1
@@ 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,