1
0
Fork 0
mirror of https://github.com/mautrix/whatsapp.git synced 2026-05-15 10:16:52 -04:00
Commit graph

124 commits

Author SHA1 Message Date
Tulir Asokan
44611aa850 dependencies: update mautrix-go 2025-05-05 23:39:10 +03:00
Tulir Asokan
b81f71d543 handlematrix: use client-generated transaction IDs 2025-05-01 16:59:57 +03:00
Tulir Asokan
746aa0fbcb msgconv/wa-media: update lottie mime type
As per <https://www.iana.org/assignments/media-types/video/lottie+json>
2025-04-24 15:57:49 +03:00
Tulir Asokan
73296a3c01 wadb/conversation: use highest message timestamp if conversation info doesn't have it 2025-04-24 13:15:11 +03:00
Tulir Asokan
927db4505b backfill: disable backfilling PSA chat 2025-04-24 12:36:34 +03:00
Tulir Asokan
88efecef60 handlematrix: update error messages for failing to parse IDs 2025-04-21 15:03:33 +03:00
Tulir Asokan
94dad0912d all: use safer store access 2025-04-16 15:07:22 +03:00
Tulir Asokan
5d0d1ce1f5 phoneping: remove custom error messages
Fixes #783
2025-04-15 15:02:13 +03:00
Tulir Asokan
b65fac7427 client: set name/avatar in remote profile
Closes #784
2025-04-15 15:02:11 +03:00
Tulir Asokan
83dda14d34 analytics: don't obfuscate lids
Only phone numbers need to be obfuscated
2025-04-14 14:30:46 +03:00
Tulir Asokan
c7f19fe8b1 handlewhatsapp: move dont_render_edited to top level 2025-04-11 20:29:13 +03:00
Tulir Asokan
729fce0f58 handlewhatsapp: add dont_render_edited flag for decryption retries 2025-04-11 19:59:56 +03:00
Tulir Asokan
81ef33ffe8 commands: add invite link and join commands 2025-04-09 12:41:50 +03:00
Tulir Asokan
f274134afe commands: add sync command 2025-04-09 12:37:43 +03:00
Tulir Asokan
4295808186 chatinfo: store group addressing mode 2025-04-09 00:29:33 +03:00
Tulir Asokan
a64a25ffc8 userinfo: get pn info for lid users 2025-04-08 23:32:52 +03:00
Tulir Asokan
07ffa4f863 userinfo: fix name of PSA user 2025-04-08 22:39:56 +03:00
Tulir Asokan
68d732aa51 handlewhatsapp: handle announcement group comments 2025-04-08 22:39:31 +03:00
Tulir Asokan
037bdac783 connector: allow messages from @lid users 2025-04-08 21:17:06 +03:00
Tulir Asokan
e2bafd9c31 handlewhatsapp: allow chats with @bot users 2025-03-26 14:26:08 +02:00
Ping Chen
c9220946da
client: implement HandleMatrixMembership (#765) 2025-03-19 20:18:28 +09:00
Tulir Asokan
1611ca8c81 msgconv/wa-business: add fallback for interactive messages 2025-03-17 22:43:56 +02:00
Tulir Asokan
483a233536 handlewhatsapp: store handled edits in metadata 2025-03-16 15:41:38 +02:00
Tulir Asokan
7319d429d7 client: generate curve25519 key for push 2025-03-11 18:43:51 +02:00
Tulir Asokan
5b1effcd51 dependencies: update whatsmeow for apns push 2025-03-11 18:26:24 +02:00
Nick Mills-Barrett
171e3a7b6b
backfill: don't delete all backfill messages if will paginate flag set 2025-03-11 14:06:20 +00:00
Tulir Asokan
9ec53dbbef client: make store access safer 2025-03-06 15:53:29 +02:00
Tulir Asokan
587b1c1cfd client: allow registering apns pusher 2025-03-05 19:59:08 +02:00
Tulir Asokan
7a48c1e843 client: don't clear client on disconnect 2025-03-04 16:44:28 +02:00
Tulir Asokan
8174dff5a5 client: set connect reason to push in ConnectBackground 2025-03-04 16:31:19 +02:00
Tulir Asokan
e1faf0f34a client: don't return pn sending error in ConnectBackground 2025-02-28 02:35:57 +02:00
Tulir Asokan
533f3a4e87 client: send responses with push notification data 2025-02-27 16:16:06 +02:00
Tulir Asokan
4f4ea19760 client: use synchronous acks for whatsapp when portal event buffer is disabled 2025-02-10 14:49:21 +02:00
Tulir Asokan
fc14f333bc client: update ConnectBackground function signature 2025-01-23 15:08:05 +02:00
Tulir Asokan
652a02ed58 capabilities: fix audio/ogg being rejected 2025-01-15 15:56:00 +02:00
Tulir Asokan
c3a263a537 client: add support for connect-once background resync interface 2025-01-15 15:13:42 +02:00
Sumner Evans
6af0c009ab
connector/startchat: check for logged in before listing contacts
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2025-01-13 08:19:46 -07:00
Tulir Asokan
f20db56358 backfill: add stream order 2025-01-10 22:49:24 +02:00
Tulir Asokan
c0df3872b1 capabilities: update to new format 2025-01-10 18:17:43 +02:00
Tulir Asokan
0f2b608099 handlewhatsapp: fix bridging changes to own avatar 2025-01-05 23:12:34 +02:00
Tulir Asokan
3f6a3695b8 connector: fix default command prefix 2025-01-04 12:31:21 +02:00
Tulir Asokan
f311f323b5 startchat: implement ValidateUserID and CreateChatWithGhost interfaces 2024-12-15 12:45:28 +02:00
Tulir Asokan
cc52b435f2 chatinfo: improve handling LIDs 2024-12-15 12:15:56 +02:00
Tulir Asokan
96c00016f7 handlewhatsapp: handle undecryptable view-once messages 2024-12-02 19:42:47 +02:00
Nick Mills-Barrett
5dabca8dda
dependencies: update mautrix-go and send error state if connect fails 2024-12-02 16:38:29 +00:00
Tulir Asokan
3e9bf5a7fa config: fix comment on send_presence_on_typing
[skip cd]
2024-11-20 18:54:56 +02:00
Tulir Asokan
d838491cc5 events: fix target message for reactions in DMs 2024-11-14 14:59:20 +02:00
Tulir Asokan
5aee9f2eff backfill: stop history sync portal creation if client disconnects 2024-11-14 14:29:18 +02:00
Tulir Asokan
1a48dc16ba chatinfo: make archive and pinned tags configurable 2024-11-13 19:04:46 +02:00
Tulir Asokan
8b6dd4201c dependencies: update 2024-11-13 18:32:58 +02:00