mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd:Ⓜ️:event::fetch: Clear source on subsequent valid row seek().
This commit is contained in:
parent
47cf369739
commit
147ec1763b
1 changed files with 3 additions and 0 deletions
|
@ -1568,7 +1568,10 @@ ircd::m::seek(event::fetch &fetch,
|
|||
return fetch.valid;
|
||||
|
||||
if((fetch.valid = fetch.row.valid(key)))
|
||||
{
|
||||
assign(event, fetch.row, key);
|
||||
event.source = {};
|
||||
}
|
||||
|
||||
return fetch.valid;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue