···4444 }
45454646 // increment first. use a specific period (IncrementPeriod()) to reduce the number of counters (one per unique post text)
4747- period := automod.PeriodDay
4747+ period := countstore.PeriodDay
4848 bucket := evt.Account.Identity.DID.String() + "/" + HashOfString(post.Text)
4949 evt.IncrementPeriod("reply-text", bucket, period)
5050