mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: merge UPDATE_SWITCH_MEMBERS event into UPDATE_SWITCH event
This commit is contained in:
parent
6d1c7feae0
commit
b9252ec615
3 changed files with 1 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ public partial class ModelRepository
|
|||
|
||||
_ = _dispatch.Dispatch(switchId, new UpdateDispatchData
|
||||
{
|
||||
Event = DispatchEvent.UPDATE_SWITCH_MEMBERS,
|
||||
Event = DispatchEvent.UPDATE_SWITCH,
|
||||
EventData = JObject.FromObject(new
|
||||
{
|
||||
members = await GetMemberGuids(members),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue