3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-01-02 16:28:00 +01:00

fix (noopSequence).Ephemeral()

This commit is contained in:
Shivaram Lingamneni 2026-01-01 15:06:53 -05:00
parent 63a04a5ff0
commit 5c0af196da

View File

@ -122,5 +122,5 @@ func (n noopSequence) Cutoff() time.Time {
} }
func (n noopSequence) Ephemeral() bool { func (n noopSequence) Ephemeral() bool {
return true return false // we're pretending to be an empty database
} }