mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
feat: Notificationにidを追加
This commit is contained in:
@@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user