-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add ability to share posts. #543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Just address that one comment, as well as merge from main to fix conflicts.
9215feb
to
91dbb72
Compare
@@ -47,6 +47,8 @@ import com.jerboa.db.AccountViewModel | |||
import com.jerboa.getCommentParentId | |||
import com.jerboa.getDepthFromComment | |||
import com.jerboa.isModerator | |||
import com.jerboa.openLink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import com.jerboa.openLink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
5e2ff87
to
d43ccff
Compare
Rebased again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, sry for my slowness on this. Thanks!
For #536 adds the ability to share posts. Either the linked post URL or the post directly will be shared.