fix: delete from search
This commit is contained in:
parent
53c8ccbd0f
commit
5ddc5ee8df
@ -113,6 +113,9 @@ export class SqliteRelay extends EventEmitter<RelayHandlerEvents> implements Rel
|
||||
db.exec(`delete from events where id in (${this.#repeatParams(ids.length)})`, {
|
||||
bind: ids,
|
||||
});
|
||||
db.exec(`delete from search_content where id in (${this.#repeatParams(ids.length)})`, {
|
||||
bind: ids,
|
||||
});
|
||||
this.#log("Deleted", ids, db.changes());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user