Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstantScores refactor + Int to Long changes #1337

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

MV-GH
Copy link
Collaborator

@MV-GH MV-GH commented Jan 27, 2024

Simplified the InstantScore stuff + convert ints to longs, would be a lot simpler if we used those aliases from the get go

Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for doing this.

@@ -68,11 +72,11 @@ class JerboaAppState(
navController.navigate(Route.PRIVATE_MESSAGE_REPLY)
}

fun toCommentReport(id: Int) {
fun toCommentReport(id: CommentId) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for using these too.

@dessalines dessalines merged commit 8b5c6fe into LemmyNet:main Jan 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants