mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 13:27:54 +00:00
feat(core): add dispatch for autoproxy events (#621)
This commit is contained in:
parent
44bd0d6079
commit
caff9c50aa
5 changed files with 45 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ public enum DispatchEvent
|
|||
UPDATE_SWITCH,
|
||||
DELETE_SWITCH,
|
||||
DELETE_ALL_SWITCHES,
|
||||
SUCCESSFUL_IMPORT
|
||||
SUCCESSFUL_IMPORT,
|
||||
UPDATE_AUTOPROXY,
|
||||
}
|
||||
|
||||
public struct UpdateDispatchData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue