Realm and chat with status listing member API

This commit is contained in:
2025-08-17 23:32:58 +08:00
parent aa9ae5c11e
commit b49cd1c382
10 changed files with 172 additions and 81 deletions

View File

@@ -23,7 +23,7 @@ public class WebFeedService(
PublisherId = publisher.Id,
};
database.Set<WebFeed>().Add(feed);
database.WebFeeds.Add(feed);
await database.SaveChangesAsync();
return feed;