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

Enable JS build #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable JS build #106

wants to merge 1 commit into from

Conversation

wkal-pubnub
Copy link
Contributor

Also contains:

  • fixes for MessageDraft for JS and iOS
  • minor changes to some interfaces in preparation for a future ChatJS wrapper
  • add missing option for configurable reactions value from TS Chat

Also contains:
* fixes for MessageDraft for JS and iOS
* minor changes to some interfaces in preparation for a future ChatJS wrapper
* add missing option for configurable reactions value from TS Chat
@@ -261,7 +261,8 @@ class MessageDraftImpl(
}

companion object {
private val linkRegex = Regex("""\[(?<text>(?:[^]]*?(?:\\\\)*(?:\\])*)+?)]\((?<link>(?:[^)]*?(?:\\\\)*(?:\\\))*)+?)\)""")
// private val linkRegex = Regex("""\[(?<text>(?:[^]]*?(?:\\\\)*(?:\\])*)+?)]\((?<link>(?:[^)]*?(?:\\\\)*(?:\\\))*)+?)\)""")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this commented code needed?

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