Signal-Windows
Signal-Windows copied to clipboard
Unofficial Signal Private Messenger for Windows
My assumption that the former waits until the inner call is completed was wrong.
As has been discussed in #98, we should wait until we have drained the queue before we fire unneccessary notifications. Requires libsignal support, but the changes should be minor.

I tried to use the desktop client, and it instructs me to go to Settings > Linked devices However there is no menu nothing at all just contacts. As far...
46e946eb9778c40b531aa0028ad1fde824b66c9f broke the localization of messages - we need culture-specific timestamps. MSDN article: https://msdn.microsoft.com/en-us/library/5hh873ya(v=vs.90).aspx
to be precise, if i understand the windows store's equirements correctly: - [ ] LockScreenLogo.scale-200 - [ ] SpashScreen.scale-200 - [ ] Square150x150Logo.scale-200 - [ ] Square44x44Logo.scale-200 - [ ]...
If LastSeenMessageIndex is 0 (as it is for new conversations), we scroll to the bottom and display no unread marker.
https://github.com/signal-csharp/Signal-Windows/blob/9dfbce3639920e529bf4ac61a5f2ce533cbae342/Signal-Windows/ViewModels/RegisterFinalizationPageViewModel.cs#L111 So I was wondering why this is in a Task.Run. Then I did some digging and I'm now guessing that this is async because InitRegistration has calls inside it...
would be a nice thing to have, obviously.