17 Jun 2025 |
GitHub | [mautrix/meta] tulir pushed
1 commit
to
tulir/remote-handler-result: | 16:43:17 |
GitHub | [mautrix/meta] tulir marked
pull request
#138: handle{meta,whatsapp}: plumb event handling result to messagix/whatsmeow as ready for review | 16:53:47 |
GitHub | [mautrix/meta] tulir merged
pull request
#138: handle{meta,whatsapp}: plumb event handling result to messagix/whatsmeow
| 17:14:55 |
GitHub | [mautrix/meta] tulir pushed
1 commit
to
main: -
024d1e56
handle{meta,whatsapp}: plumb event handling result to messagix/whatsmeow…
| 17:14:55 |
GitHub | [mautrix/meta] tulir deleted branch tulir/remote-handler-result | 17:14:56 |
| Walace joined the room. | 18:23:01 |
| patrik joined the room. | 19:07:36 |
patrik | Is this somewhere I can ask for help? | 19:09:38 |
Sami Olmari | patrik: For Mautrix-Meta bridge stuff, yes | 19:12:37 |
patrik | Great. I've set up mautrix-meta in Docker on the same host where Synapse is running (installed via apt). Everything starts up cleanly — no config errors, the bridge connects to the homeserver at http://<my-ip>:8008, and the appservice registration has been added and Synapse restarted.
However, the bridge bot (@metabot:matrix.t-vault.eu) never appears on the homeserver. When I try to fetch its profile using: curl http://<my-ip>:8008/_matrix/client/v3/profile/@metabot:matrix.t-vault.eu, neither does the bot appear as as user in the search index
| 19:15:25 |
patrik | I was hoping to get some help | 19:15:36 |
Sami Olmari | And nothing seen in logs either? | 19:21:26 |
patrik | it says it registrated the bot..
2025-06-17T19:26:24.711Z DBG Request completed duration=4.417328 method=GET req_id=7 response_length=25581 response_mime=image/png status_code=200 url=http://10.10.6.13:8008/_matrix/client/v1/media/download/maunium.net/DxpVrwwzPUwaUSazpsjXgcKB?user_id=%40metabot%3Amatrix.t-vault.eu
2025-06-17T19:26:24.728Z DBG Request completed duration=16.117369 method=PUT req_body={"avatar_url":"mxc://maunium.net/DxpVrwwzPUwaUSazpsjXgcKB"} req_id=8 response_length=2 response_mime=application/json status_code=200 url=http://10.10.6.13:8008/_matrix/client/v3/profile/@metabot:matrix.t-vault.eu/avatar_url?user_id=%40metabot%3Amatrix.t-vault.eu
2025-06-17T19:26:24.733Z DBG Request completed duration=5.50981 method=GET req_id=9 response_length=25 response_mime=application/json status_code=200 url=http://10.10.6.13:8008/_matrix/client/v3/profile/@metabot:matrix.t-vault.eu/displayname?user_id=%40metabot%3Amatrix.t-vault.eu
2025-06-17T19:26:24.744Z DBG Request completed duration=10.089831 method=PUT req_body={"displayname":"Meta bridge bot"} req_id=10 response_length=2 response_mime=application/json status_code=200 url=http://10.10.6.13:8008/_matrix/client/v3/profile/@metabot:matrix.t-vault.eu/displayname?user_id=%40metabot%3Amatrix.t-vault.eu
tubal@matrix-mas:~/matrix/meta-bridge$ | 19:28:07 |
patrik | im sorry to disturb you guys.. its my mistake.. I had to search for full user, eg metabot:server.blabla,, It's solved, I feel stupid ^^, | 19:35:19 |
Sami Olmari | Easiest helping ever :D | 19:37:15 |
patrik | 😅 | 19:37:34 |
Walace | Hi everyone, have Messenger events stopped being processed by the Bridge code? They were previously handled by the ToMatrix function in msgconv/from-meta.go, but it seems they are now processed directly by the library code. Is that what's happening now? | 19:38:24 |
tulir | that function is still there | 19:41:52 |
Walace | When in Instagram mode, it is processed there, but not for Messenger | 19:42:46 |
tulir | all messages go through the msgconv package, exact function depends on type and direction | 19:43:22 |
Walace | Ok, I’ll test this better here | 19:45:29 |
Walace | thanks | 19:45:32 |
patrik | Okay. Feeling stupid again.. im logged in, and I've been invited to a bunch of rooms. Can I search for a friend on facebook through the room the bot created, or how does this work? is there a "wiki" I can read instead of disturbing you guys? | 19:57:00 |
tulir | setting up double puppeting is recommended to ensure invites are always auto-accepted | 19:58:03 |
tulir | not much more to it though, chats are bridged automatically | 19:58:14 |
patrik | double puppeting? | 19:58:26 |
tulir | https://docs.mau.fi/bridges/general/double-puppeting.html | 19:58:41 |
patrik | thanks | 19:59:18 |
18 Jun 2025 |
| gehenom ⚡️ joined the room. | 07:08:05 |
| gehenom ⚡️ | 07:13:04 |