🐛 Fix JSON serialization caused issue
This commit is contained in:
@@ -281,7 +281,6 @@ public class PostController(
|
||||
try
|
||||
{
|
||||
post = await ps.PostAsync(
|
||||
currentUser,
|
||||
post,
|
||||
attachments: request.Attachments,
|
||||
tags: request.Tags,
|
||||
|
@@ -72,7 +72,6 @@ public partial class PostService(
|
||||
}
|
||||
|
||||
public async Task<Post> PostAsync(
|
||||
Account user,
|
||||
Post post,
|
||||
List<string>? attachments = null,
|
||||
List<string>? tags = null,
|
||||
|
Reference in New Issue
Block a user