mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
model: add back unused variable for db compat
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
78f15ac7d9
commit
b84d6ac2ef
1 changed files with 2 additions and 0 deletions
|
@ -23,4 +23,6 @@ class LobstersPost(
|
|||
@Json(name = "submitter_user")
|
||||
val submitterUser: Submitter,
|
||||
val tags: List<String>,
|
||||
@Deprecated("Retained for database compatibility as I am too lazy to write migrations")
|
||||
val isLiked: Boolean = false,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue