-
Notifications
You must be signed in to change notification settings - Fork 10
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
Replies showing up as new messages #48
Comments
The problem is that there is little to no workaround. Someone wants to have 'cross-device' conversation, someone like you wants to have no stupid pop-ups. There is no way to control notifications in telepathy, so I can not disable pop-up for your messages or messages that you already read on another device. The proper solution would be to implement service-side logging in telepathy, so telepathy-morse will get the messages, but will not raise a UI for anything and everything. The best thing I can do for now is filter out messages from yourself, if there is no active channel yet. You'll still get notifications about replies, so it would not help much. |
Let me kick off a rebuild on KCI and Ill test that commit :) |
I'm going to test the commit as soon as my TelepathyQt rebuild completed. :) I hope it will make the client a bit less annoying. |
Another little issue is history. It doesn't seem to recognise who said what :/ |
You are using KDE Telepathy, right? There is a number of issues in Telepathy client and I can help with KDE or Sailfish OS ones. |
yes, KDE on Kubuntu 17.10 |
The commit seems to work as intended, so I'm going to push it soon. |
ah shoot, I rebuilt using master and your fix is in wip_noNewChannelForMessageFromSelf face palms would you mind pushing to master? |
Done |
That's a lot better, thank you :) |
any ETA on when 0.2.0 will be released? |
I just recall what was been the problem: it is ktp-otr-proxy messing up all incoming messages. There are a number of issues and I didn't find a way to fix any of them without significant rewrite. Locally I just disabled the proxy; sadly it can only be disabled at build time by modifying CMakeLists file. If you disable it via UI, it still bypass and corrupt messages. :-( |
It will take me 25-45 hours to complete the release. I will spend 1-2 hours per working days and 12-16 hours per weekends, so the realistic plan is to have release in two weeks. Also, my experience says that it is better to make release at Monday. If there will be no surprises, we'll have the release by 17 [July.] TODO:Must-have:
Planned:
Not planned:
After that I'll need 2-3 hours to update README(s) and upload the release(s) as RC1. |
Do you mean replies show up as new messages from you or the other user? Cause I go a simlar issue just with that the messages appear as the other user im chatting with. |
@Thaodan , I think it is the issue with KDE Telepathy (ktp-otr-proxy corrupts message sender) |
I have telegram running on my phone and also connected to my Plasma desktop via your telepathy-morse packages.
When I reply to a message via my phone, I get a pop-up notification of that message on my desktop. Surely only genuine replies should pop-up as notifications?
The text was updated successfully, but these errors were encountered: