many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
7
backend/Modules/Contents/Models/FollowModel.cs
Normal file
7
backend/Modules/Contents/Models/FollowModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Hutopy.Modules.Contents.Models;
|
||||
|
||||
[PublicAPI]
|
||||
public record FollowModel(
|
||||
Guid CreatorId,
|
||||
string CreatorName,
|
||||
string? CreatorPortraitUrl);
|
||||
Reference in New Issue
Block a user