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

Support emojis, files, and images #47

Open
colbytimmsl opened this issue Mar 18, 2019 · 2 comments
Open

Support emojis, files, and images #47

colbytimmsl opened this issue Mar 18, 2019 · 2 comments

Comments

@colbytimmsl
Copy link

After some testing I realised that you can't send emojis, images, or files to the receiving user. Would be great to see this added as a feature. Currently if a user sends any of the above mentioned features, the receiver will get a blank message.

@tbuha
Copy link

tbuha commented Mar 25, 2019

From the source code I can see that it supports only text messages.
It requires changes in the MessageRouter class.
And it is possible to override method RouteMessageIfSenderIsConnectedAsync

line 420

image

@tbuha
Copy link

tbuha commented Mar 26, 2019

@colbytimmsl
I've created simple method extension to send image/file messages

tbuha@b43075a

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

No branches or pull requests

2 participants