From 3099d3ee3a52cb009351edc6ad3db35dd44f3e80 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:09:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Notification=E3=81=ABid=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hideout/core/domain/model/notification/Notification.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/dev/usbharu/hideout/core/domain/model/notification/Notification.kt b/src/main/kotlin/dev/usbharu/hideout/core/domain/model/notification/Notification.kt index e1b48e5d..2026778c 100644 --- a/src/main/kotlin/dev/usbharu/hideout/core/domain/model/notification/Notification.kt +++ b/src/main/kotlin/dev/usbharu/hideout/core/domain/model/notification/Notification.kt @@ -3,6 +3,7 @@ package dev.usbharu.hideout.core.domain.model.notification import java.time.Instant data class Notification( + val id: Long, val userId: Long, val sourceActorId: Long?, val postId: Long?,