-
-
Notifications
You must be signed in to change notification settings - Fork 218
msgconv: fix view once placeholder copy when you send instead of receive #848
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
Conversation
| content := &undecryptableMessageContent | ||
| if evt.Type == events.UnavailableTypeViewOnce { | ||
| verb := "received" | ||
| if evt.Info.IsFromMe { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i forget if IsFromMe is always accurate, like would this be true if another device relayed us someone else's message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is always accurate, responses to message requests from phone are wrapped in a WebMessageInfo in order to have accurate event metadata
|
good catch, updated the copy |
Co-authored-by: Rajeh Taher <[email protected]>
* chatinfo: flag group resyncs as excluded from timeline * handlematrix: implement account data interfaces * dependencies: update whatsmeow and set PostgresArrayWrapper properly * dependencies: update whatsmeow * dependencies: update whatsmeow * client: enable synchronous acks and decrypted event buffer for everyone * dependencies: update whatsmeow * client: disable decrypted event buffer * dependencies: update whatsmeow * msgconv: fix view once placeholder copy when you send instead of receive (mautrix#848) Co-authored-by: Rajeh Taher <[email protected]> * fixed issue in placeholders appearing when media sync is turned off --------- Co-authored-by: Tulir Asokan <[email protected]> Co-authored-by: Kishan Bagaria <[email protected]> Co-authored-by: Rajeh Taher <[email protected]> Co-authored-by: Faraz Haider <[email protected]>

No description provided.