mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Move system updates to the same patch system as members
This commit is contained in:
parent
c5697b33e2
commit
9c1efc7886
12 changed files with 172 additions and 111 deletions
|
|
@ -4,7 +4,7 @@ using NodaTime;
|
|||
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
public class MemberPatch: PatchObject<MemberId, PKMember>
|
||||
public class MemberPatch: PatchObject
|
||||
{
|
||||
public Partial<string> Name { get; set; }
|
||||
public Partial<string?> DisplayName { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue