refactored, linted, formatted
This commit is contained in:
@@ -52,5 +52,8 @@ func (ti *TootIngester) readFromInboundChannel() {
|
||||
|
||||
func (ti *TootIngester) storeToot(t *toot.Toot) {
|
||||
// FIXME first check for dupes in recentlySeen
|
||||
if ti.storageBackend == nil {
|
||||
panic("no storage backend")
|
||||
}
|
||||
ti.storageBackend.StoreToot(*t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user