Add a notification when GxsId come back in lobby.#2501
Add a notification when GxsId come back in lobby.#2501PhenomRetroShare wants to merge 1 commit intoRetroShare:masterfrom
Conversation
|
I tried it but didn't hear any sound. I think the problem is that you use the same notification than when a new msg arrives, so if sounds for new messages are desactivated, your new functionality will not work either. If I'm correctly understanding this, then you should probably create a new notification name and allow in preference to choose which sound to use, so that it's saved in Settings where the soundManager will look for it. |
7a9af29 to
7adc865
Compare
|
Updated and I've added a tooltip to tell if the sound event is unchecked. |
|
But only sound notify? test: |
|
Why add a notify (like when someone talk to you)? |
|
@csoler ;) |
|
@csoler this needs to be checked |
b30a9f4 to
cfb210e
Compare
7adc865 to
34ac32f
Compare
|
wanted to re-try this PR but checkout pr/2501 doesn't work. Might be related to the recent split into submodules. |
34ac32f to
246a369
Compare
|
git checkout refs/remotes/origin/pr/2501 |
| break ; | ||
| else | ||
| rstime::rs_usleep(1000*300) ; | ||
| std::this_thread::sleep_for(std::chrono::microseconds(1000*300)) ; |
There was a problem hiding this comment.
you can just use milliseconds(300) instead
246a369 to
25c4c8c
Compare
b6151cd to
475d15f
Compare
475d15f to
216b871
Compare
216b871 to
eb37b16
Compare
|
Another idea, dont know if possible but when chat user joins he gets notify that i mentoined him with the right text what i wrote or send him optional as mail the mention |
eb37b16 to
580fd7b
Compare
|
offline chat mention would be nice, maybe someone mentioned me but i wasnt online in the chat, when i come back online show the mention with the text |
|
You already have notifications for that. ;) |
1f64d0b to
67762c1
Compare
This can be setted even if GxsId is offline by using its name in TextBrowser.
580fd7b to
dac82bf
Compare
This can be setted even if GxsId is offline by using its name in
TextBrowser.