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:
parent
63a04a5ff0
commit
5c0af196da
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user