✨ Wallet, payment, developer apps, feature flags of publishers
♻️ Simplified the permission check of chat room, realm, publishers
This commit is contained in:
@ -23,6 +23,6 @@ public class StickerPack : ModelBase
|
||||
[MaxLength(128)] public string Prefix { get; set; } = null!;
|
||||
|
||||
public Guid PublisherId { get; set; }
|
||||
public Post.Publisher Publisher { get; set; } = null!;
|
||||
public Publisher.Publisher Publisher { get; set; } = null!;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user