Skip to content
Snippets Groups Projects

Fix GetToNotify to account for users with registered identities but no token

Open Jonah Husson requested to merge hotfix/gtnNoToken into release
1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
+ 0
8
@@ -225,11 +225,3 @@ func TestDatabase(t *testing.T) {
@@ -225,11 +225,3 @@ func TestDatabase(t *testing.T) {
}
}
}
}
func TestGtn(t *testing.T) {
s, err := NewStorage("jonahhusson", "", "cmix", "0.0.0.0", "5432")
if err != nil {
t.Fatal(err)
}
s.GetToNotify([]int64{88364, 126817})
}
Loading