boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
458 stars 33 forks source link

Own messages from other devices not visible in groups #171

Closed phil-bell closed 1 year ago

phil-bell commented 2 years ago

Seems like your own messages from another device don't show up in the group chats on gurk.

Method to reproduce:

  1. create or view a group on gurk
  2. send a message to the group from your phone
  3. message is not visible in gurk

The reverse of the above does work, so messages sent from gurk appear on your phone fine. It also looks like this only happens in groups and not direct messages.

boxdot commented 2 years ago

Thank for reporting. I think I know this problem and should have a fix by tomorrow. I also have a plan to introduce a special flag for debugging which dumps unhandled messages to a specific file. Here, this is exactly the problem. Which just skip some messages.Am 13.07.2022 16:39 schrieb Phil Bell @.***>: Seems like your own messages from another device don't show up in the group chats on gurk. Method to reproduce: create or view a group on gurksend a message to the group from your phonemessage is not visible in gurk The reverse of the above does work, so messages sent from gurk appear on your phone fine. It also looks like this only happens in groups and not direct messages.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

boxdot commented 2 years ago

Could you please verify if #172 fixes your issue? From you description, it seems to be related but slightly different.