feat: implement support for persisting read comments

Fixes #358
This commit is contained in:
Harsh Shandilya 2023-01-12 01:01:29 +05:30
parent 1345709450
commit a59b6411b1
No known key found for this signature in database
3 changed files with 27 additions and 6 deletions

View file

@ -217,6 +217,8 @@ fun LobstersApp(
postId = postId,
postActions = postActions,
htmlConverter = htmlConverter,
getSeenComments = viewModel::getSeenComments,
markSeenComments = viewModel::markSeenComments,
)
}
composable(