From fece944394f36fb2b7f4d36424ee478325d55569 Mon Sep 17 00:00:00 2001 From: Fusl Date: Fri, 25 Aug 2023 15:37:27 +0000 Subject: [PATCH] forgor to commit structs.go --- structs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs.go b/structs.go index 160f056..cb64fca 100644 --- a/structs.go +++ b/structs.go @@ -8,4 +8,6 @@ type BackfeedItem struct { PrimaryShard byte SecondaryShard string Item []byte + SkipBloom bool + SkipFeed bool }