mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 09:36:43 +00:00
update negentropy
This commit is contained in:
@ -200,7 +200,7 @@ struct NostrFilter {
|
||||
}
|
||||
|
||||
bool isFullDbQuery() {
|
||||
return !ids && !authors && !kinds && tags.size() == 0 && limit == MAX_U64;
|
||||
return !ids && !authors && !kinds && tags.size() == 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user