[Fixes: #11351] Pass topics when querying the mailserver
Currently we are still using a bloom filter when querying mailserver. This commit changes the behavior so that topics are used instead. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
bd281e6c9f
commit
64840f74a7
|
@ -2,7 +2,7 @@
|
|||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.64.0",
|
||||
"commit-sha1": "002f9a55974ee49ba2e66f7cee5a6e27a668a59a",
|
||||
"src-sha256": "0rfl9j3sjavic0sp3jxf4z2p20blaipdc3r6svbnr2grkiadgn3f"
|
||||
"version": "v0.64.2",
|
||||
"commit-sha1": "0304b3fa46a6a222b0e346d4a2d1472b965eb78c",
|
||||
"src-sha256": "0jmwvapv1k3g45gv5xzwshsf2b96b897xs5wyp69sdz9p2nnl18z"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue