Add possibility to share notes
This commit is contained in:
@@ -29,6 +29,7 @@ data class PersistedNote(
|
||||
val html: String,
|
||||
val updatedAt: LocalDateTime,
|
||||
val uuid: UUID,
|
||||
val public: Boolean,
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user