mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(webhooks): add all events except group member events
This commit is contained in:
parent
f071485a82
commit
7b9d2a4e5e
8 changed files with 156 additions and 20 deletions
|
|
@ -10,6 +10,7 @@ namespace PluralKit.Core
|
|||
{
|
||||
_logger.Information("Updated account {accountId}: {@AccountPatch}", id, patch);
|
||||
var query = patch.Apply(new Query("accounts").Where("uid", id));
|
||||
_ = _dispatch.Dispatch(id, patch);
|
||||
await _db.ExecuteQuery(query, extraSql: "returning *");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue