mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 00:44:17 +01:00
ircd:Ⓜ️ Fix m::events regression relying on event::fetch::row.
This commit is contained in:
parent
80b3cd678e
commit
e20d71a28a
1 changed files with 0 additions and 4 deletions
|
@ -1612,10 +1612,6 @@ ircd::m::events::for_each(const range &range,
|
|||
range.fopts? *range.fopts : event::fetch::default_opts
|
||||
};
|
||||
|
||||
// When the fopts dictate no columns to fetch there is nothing more to do.
|
||||
if(event.row.empty())
|
||||
return true;
|
||||
|
||||
const bool ascending
|
||||
{
|
||||
range.first < range.second
|
||||
|
|
Loading…
Reference in a new issue