This commit is contained in:
syuilo
2025-03-22 20:53:06 +09:00
parent 34760459b2
commit 798a50da0e
4 changed files with 91 additions and 18 deletions

View File

@@ -75,6 +75,8 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
const messages = await this.chatService.userTimeline(me.id, other.id, ps.sinceId, ps.untilId, ps.limit);
this.chatService.readUserChatMessage(me.id, other.id);
return await this.chatMessageEntityService.packLiteMany(messages);
}/* else if (ps.roomId != null) {
// Fetch recipient (room)